DataBindingMode Enum
Contains values which specify how ASPxTreeList controls are bound to data.
Namespace: DevExpress.ExpressApp.TreeListEditors
Assembly: DevExpress.ExpressApp.TreeListEditors.v25.2.dll
NuGet Package: DevExpress.ExpressApp.TreeListEditors
Declaration
Members
| Name | Description |
|---|---|
Unbound
|
When an |
Virtual
|
Only the nodes that must be displayed in a UI are loaded from the database. |
Remarks
These enumeration values are used to set the ASPxTreeListEditor.DataBindingMode property.
See Also