Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

DataBindingMode Enum

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

Namespace: DevExpress.ExpressApp.TreeListEditors

Assembly: DevExpress.ExpressApp.TreeListEditors.v19.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