Skip to main content

TreeListOptionsColumn() Constructor

Initializes a new instance of the TreeListOptionsColumn class.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public TreeListOptionsColumn()

Remarks

This constructor is called automatically when the column’s TreeListColumn.OptionsColumn property is initialized.

See Also