Skip to main content

TreeListBatchEditCellTemplateContainer(ASPxTreeList, TreeListDataColumn) Constructor

Initializes a new instance of the TreeListBatchEditCellTemplateContainer class.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListBatchEditCellTemplateContainer(
    ASPxTreeList treeList,
    TreeListDataColumn column
)

Parameters

Name Type Description
treeList ASPxTreeList

An ASPxTreeList object representing the tree list.

column TreeListDataColumn

A TreeListDataColumn object representing the Tree List data column.

See Also