ASPxTreeList.Templates Property
In This Article
Provides access to the templates used to display the ASPxTreeList’s elements (cells, column headers, etc.).
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeListTemplates Templates { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
A template is a set of HTML elements and Web controls that define the layout for a particular element (area) of a control. The ASPxTreeList provides multiple templates that can be accessed via the Templates property. For the list of elements that support templates, see ASPxTreeList Elements that Support Templates.
To learn more, see Templates.
See Also