Skip to main content

TreeListView.ShowBandsInCustomizationForm Property

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

[XtraSerializableProperty]
public bool ShowBandsInCustomizationForm { get; set; }

#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'.

customizationform

#Implements

DevExpress.Xpf.Grid.ITableView.ShowBandsInCustomizationForm
See Also