Skip to main content
A newer version of this page is available.
All docs
V18.2

TreeListColumnEditFormSettings(TreeListDataColumn) Constructor

Initializes a new instance of the TreeListColumnEditFormSettings class with the specified data column.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListColumnEditFormSettings(
    TreeListDataColumn column
)

Parameters

Name Type Description
column TreeListDataColumn

A TreeListDataColumn object that represents the data column within the ASPxTreeList.

See Also