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.v18.2.dll

Declaration

[Browsable(false)]
public bool IsHierarchical { get; }

Property Value

Type Description
Boolean

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

See Also