Back to Devexpress

TreeListBand.IsHierarchical Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistband-7eb06ee5.md

latest1.6 KB
Original Source

TreeListBand.IsHierarchical Property

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

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool IsHierarchical { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property IsHierarchical As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

HierarchyColumn

HierarchyFieldName

TreeListBand Class

TreeListBand Members

DevExpress.XtraTreeList.Columns Namespace