TableView.ShowBandsInCustomizationForm Property
In This Article
Gets or sets whether to show the 'Bands' tab within the Column Chooser.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, to show the 'Bands' tab within the column chooser; otherwise, false. |
#Remarks
If the ShowBandsInCustomizationForm property is set to true, the Column Chooser shows two tabs: 'Columns' and 'Bands'.
#Implements
DevExpress.Xpf.Grid.ITableView.ShowBandsInCustomizationForm
See Also