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

TreeListColumn.IsHierarchical Property

Gets whether this column displays the node expand/collapse buttons.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v21.2.dll

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool IsHierarchical { get; }

Property Value

Type Description
Boolean

true if this column displays the node expand/collapse buttons; otherwise, false.

See Also