TreeListDataCellTemplateContainer Class
Represents a container for the templates used to render data cells within the ASPxTreeList.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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
Implements
Inheritance
See Also