Skip to main content
A newer version of this page is available. .

ASPxTreeListEditor.DataBinder Property

Provides access to the object that binds the ASPxTreeListEditor.TreeList control to data.

Namespace: DevExpress.ExpressApp.TreeListEditors.Web

Assembly: DevExpress.ExpressApp.TreeListEditors.Web.v18.2.dll

Declaration

public ASPxTreeListDataBinderBase DataBinder { get; }

Property Value

Type Description
DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListDataBinderBase

An ASPxTreeListDataBinderBase object that binds the ASPxTreeListEditor.TreeList control to data.

Remarks

Generally, you do not need to use this property.

See Also