BPropertyGridItem
Descrive una proprietà gestita da BPropertyGrid: tipo del controllo, valore tipizzato, caption, categoria, descrizione, formato, scrivibilità e attributi B-Arts come foreign key e autocomplete.
I tipi di controllo supportati sono alfanumerico, alfabetico, numerico, valuta, data, ora, booleano ed elenco. È un modello prodotto dalla griglia; modificarlo direttamente solo per personalizzazioni consapevoli.
<!-- BEGIN GENERATED API -->
Riferimento API completo
Identità
Namespace:
B.BWeb.BControlsAssembly:
BFrameworkWebControlsTipo:
classSorgente API: versione
5.0.1
Dichiarazione
public sealed class BPropertyGridItem
Costruttori
BPropertyGridItem()
Campi pubblici
Nessun campo pubblico dichiarato.
Proprietà
| Proprietà | Tipo | Accesso |
|---|---|---|
AllowChars |
string |
get/set |
AutoComplete |
BAutoCompleteAttribute |
get/set |
AutoCompleteGetItem |
Func<string, Task<BItem>> |
get/set |
AutoCompleteSearch |
Func<string, Task<List<BItem>>> |
get/set |
AutoCompleteValue |
string |
get/set |
BoolValue |
bool |
get/set |
CanWrite |
bool |
get/set |
Caption |
string |
get/set |
Category |
string |
get/set |
CheckAsSwitch |
bool |
get/set |
ComboValue |
string |
get/set |
CurrencyValue |
double? |
get/set |
DateValue |
DateTime? |
get/set |
Description |
string |
get/set |
Editor |
BPropertyGridPropertyEditor |
get/set |
ForeignKey |
BForeignKeyAttribute |
get/set |
Format |
string |
get/set |
HelpButton |
BHelpButtonAttribute |
get/set |
HelpButtonClick |
Func<Task> |
get/set |
IsNullable |
bool |
get/set |
Name |
string |
get/set |
Property |
PropertyInfo |
get/set |
PropertyType |
Type |
get/set |
TextFormat |
eTextFormat |
get/set |
TextValue |
string |
get/set |
TipoControllo |
eTipoControllo |
get/set |
ValueType |
Type |
get/set |
Callback Blazor
Nessun EventCallback dichiarato.
Eventi CLR
Nessun evento CLR pubblico dichiarato.
Metodi
Nessun metodo pubblico dichiarato.
Tipi annidati pubblici
eTipoControllo
Alfanumerico=0Alfabetico=1Numerico=2Valuta=3Data=4Ora=5Booleano=6Elenco=7
