TreeListTemplates Class
In This Article
Contains the templates used to display the ASPxTreeList’s data cells, nodes, etc.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Related API Members
The following members return TreeListTemplates objects:
#Remarks
The ASPxTreeList provides multiple templates that allow you to create custom layouts for its visual elements (nodes, column headers, data cells, preview rows, etc.). A template is a set of HTML elements and Web controls that define the layout for a particular element (area) of a control.
Templates can be accessed via the ASPxTreeList.Templates property. To learn more, see the Templates topic.
See Also