Back to Devexpress

ASPxTreeList.Templates Property

aspnet-devexpress-dot-web-dot-aspxtreelist-dot-aspxtreelist-b0c40a48.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public TreeListTemplates Templates { get; }
vb
Public ReadOnly Property Templates As TreeListTemplates

Property Value

TypeDescription
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

Tree List Templates

Tree List

ASPxTreeList Class

ASPxTreeList Members

DevExpress.Web.ASPxTreeList Namespace