aspnet-devexpress-dot-web-dot-aspxtreelist-73281e9e.md
Represents a container for the templates used to render data cells within the ASPxTreeList.
Namespace : DevExpress.Web.ASPxTreeList
Assembly : DevExpress.Web.ASPxTreeList.v25.2.dll
NuGet Package : DevExpress.Web
public class TreeListDataCellTemplateContainer :
TreeListCellTemplateContainerBase
Public Class TreeListDataCellTemplateContainer
Inherits TreeListCellTemplateContainerBase
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
Object Control TemplateContainerBase TreeListTemplateContainerBase TreeListCellTemplateContainerBase TreeListDataCellTemplateContainer TreeListEditCellTemplateContainer
TreeListBatchEditCellTemplateContainer
See Also