Skip to main content
A newer version of this page is available. .

TreeListTemplates Class

Contains the templates used to display the ASPxTreeList’s data cells, nodes, etc.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public class TreeListTemplates

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.

Inheritance

Object
TreeListTemplates
See Also