Skip to main content

ASPxTreeListExporter.TreeListID Property

Gets or sets the programmatic identifier of the associated ASPxTreeList control.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string TreeListID { get; set; }

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