TreeListColumn.IsHierarchical Property
Gets whether this column displays the node expand/collapse buttons.
Namespace: DevExpress.XtraTreeList.Columns
Assembly: DevExpress.XtraTreeList.v24.1.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 column displays the node expand/collapse buttons; otherwise, false. |
See Also