Skip to main content

TreeListOptionsColumn(TreeListColumn) Constructor

Initializes a new instance of the TreeListOptionsColumn class with specified settings.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public TreeListOptionsColumn(
    TreeListColumn column
)

Parameters

Name Type
column TreeListColumn
See Also