aspnet-devexpress-dot-web-dot-aspxtreelist-b719f0f1.md
Contains the templates used to display the ASPxTreeList’s data cells, nodes, etc.
Namespace : DevExpress.Web.ASPxTreeList
Assembly : DevExpress.Web.ASPxTreeList.v25.2.dll
NuGet Package : DevExpress.Web
public class TreeListTemplates
Public Class TreeListTemplates
The following members return TreeListTemplates objects:
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.
Object TreeListTemplates
See Also