TreeListBand.IsHierarchical Property
Gets whether this band contains a column that displays the node expand/collapse buttons.
Namespace: DevExpress.XtraTreeList.Columns
Assembly: DevExpress.XtraTreeList.v24.2.dll
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