Skip to main content

TreeListDataCellTemplateContainer Class

Represents a container for the templates used to render data cells within the ASPxTreeList.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public class TreeListDataCellTemplateContainer :
    TreeListCellTemplateContainerBase

Remarks

TreeListDataCellTemplateContainer objects are automatically instantiated when one of the following templates is created: TreeListTemplates.DataCell, TreeListDataColumn.DataCellTemplate.

Note

The TemplateContainerBase.ItemIndex property exposed through the TreeListDataCellTemplateContainer class always returns the -1 value.

To learn more, see Templates

See Also