ASPxTreeList.Templates Property
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.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
TreeListTemplates | A TreeListTemplates object that contains templates for displaying data cells, column headers, etc. |
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