TreeListView.ShowBandsPanel Property
In This Article
Gets or sets whether to display the bands panel.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, to display the bands panel; otherwise, false. |
#Remarks
If the ShowBandsPanel is set to false, the view only shows columns arranged by bands.
#Implements
DevExpress.Xpf.Grid.ITableView.ShowBandsPanel
See Also