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

TableView.ShowBandsPanel Property

Gets or sets whether to display the bands panel.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

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 shows only columns arranged by bands.

See Also