Skip to main content

TreeListBand.IsHierarchical Property

Gets whether this band contains a column that displays the node expand/collapse buttons.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

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

Property Value

Type Description
Boolean

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

See Also