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.v24.1.dll
NuGet Package: DevExpress.ExpressApp.TreeListEditors.Web
Declaration
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