Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DataBindingMode Enum

Contains values which specify how ASPxTreeList controls are bound to data.

Namespace: DevExpress.ExpressApp.TreeListEditors

Assembly: DevExpress.ExpressApp.TreeListEditors.v24.2.dll

#Declaration

public enum DataBindingMode

#Members

Name Description
Unbound

When an ASPxTreeList control is loaded, all the existing nodes are loaded from the database.

Virtual

Only the nodes that must be displayed in a UI are loaded from the database.

#Related API Members

The following properties accept/return DataBindingMode values:

#Remarks

These enumeration values are used to set the ASPxTreeListEditor.DataBindingMode property.

See Also