TreeListDataCellTemplateContainer Class
In This Article
Represents a container for the templates used to render data cells within the ASPxTreeList.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.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 Template
To learn more, see Templates
#Implements
#Inheritance
See Also