Skip to main content

TreeListColumn.OptionsColumn Property

Provides access to the column’s options.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public TreeListOptionsColumn OptionsColumn { get; }

Property Value

Type Description
TreeListOptionsColumn

A TreeListOptionsColumn object which contains the column’s options.

Remarks

The object returned provides a set of Boolean properties that specify which of the column’s functionality is available to end-users.

See Also