Back to Devexpress

TreeListDataCellTemplateContainer Class

aspnet-devexpress-dot-web-dot-aspxtreelist-73281e9e.md

latest3.3 KB
Original Source

TreeListDataCellTemplateContainer Class

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

Declaration

csharp
public class TreeListDataCellTemplateContainer :
    TreeListCellTemplateContainerBase
vb
Public Class TreeListDataCellTemplateContainer
    Inherits 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

Implements

IComponent

IDisposable

IParserAccessor

IUrlResolutionService

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IDataItemContainer

INamingContainer

Inheritance

Object Control TemplateContainerBase TreeListTemplateContainerBase TreeListCellTemplateContainerBase TreeListDataCellTemplateContainer TreeListEditCellTemplateContainer

TreeListBatchEditCellTemplateContainer

See Also

TreeListDataCellTemplateContainer Members

Tree List

DevExpress.Web.ASPxTreeList Namespace