BTreeNode
Modello normalizzato di un nodo: ID, ID padre, descrizione, ordine, checkbox, immagine, tooltip, stile e opzione. Può essere creato da un oggetto usando BTreeViewSetting, convertito in DataRow o ritrasformato in un tipo applicativo.
<!-- BEGIN GENERATED API -->
Riferimento API completo
Identità
Namespace:
B.BWeb.BControlsAssembly:
BFrameworkWebControlsTipo:
classSorgente API: versione
5.0.1
Dichiarazione
public class BTreeNode
Costruttori
BTreeNode()BTreeNode(object Source, BTreeViewSetting TvwSetting)
Campi pubblici
Nessun campo pubblico dichiarato.
Proprietà
| Proprietà | Tipo | Accesso |
|---|---|---|
CampoCheckedIsMissing |
bool |
get/set |
CampoIDOptionIsMissing |
bool |
get/set |
CampoOrdineIsMissing |
bool |
get/set |
Checked |
bool |
get/set |
Descrizione |
string |
get/set |
ID |
string |
get/set |
IDOption |
string |
get/set |
IDPadre |
string |
get/set |
ImageByte |
byte[] |
get/set |
ImageUrl |
string |
get/set |
IsNothing |
bool |
get |
NodeStyle |
string |
get/set |
Ordine |
int |
get/set |
Setting |
BTreeViewSetting |
get/set |
Tooltip |
string |
get/set |
Callback Blazor
Nessun EventCallback dichiarato.
Eventi CLR
Nessun evento CLR pubblico dichiarato.
Metodi
bool IsImageEmpty()DataRow ToDataRow(DataTable dt, BTreeViewSetting Setting)object ToObject(Type t, BTreeViewSetting Setting)
Tipi annidati pubblici
Nessun tipo annidato pubblico.
