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

TreeListView.ShowBandsPanel Property

Gets or sets whether to display the bands panel.

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 ShowBandsPanel { get; set; }

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.

See Also