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

TreeListBatchEditCellTemplateContainer(ASPxTreeList, TreeListDataColumn) Constructor

Initializes a new instance of the TreeListBatchEditCellTemplateContainer class.

Namespace: DevExpress.Web.ASPxTreeList

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

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