Skip to main content
A newer version of this page is available. .

TreeListEditCellTemplateContainer Class

Represents a container for the templates used to render edit cells.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public class TreeListEditCellTemplateContainer :
    TreeListDataCellTemplateContainer

Remarks

TreeListEditCellTemplateContainer objects are automatically instantiated when the TreeListDataColumn.EditCellTemplate template is created.

See Also