Skip to main content
A newer version of this page is available. .

TreeListView.ShowBandsInCustomizationForm Property

Gets or sets whether to show the ‘Bands’ tab within the Column Band Chooser.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

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 Band Chooser shows two tabs: ‘Columns’ and ‘Bands’.

Customization_Form

See Also