ASPxTreeListExporter.TreeListID Property
Gets or sets the programmatic identifier of the associated ASPxTreeList control.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | The programmatic identifier assigned to the ASPxTreeList control. |
Remarks
Use the TreeListID property to associate the ASPxTreeListExporter component with the required ASPxTreeList control.
See Also