Skip to main content

TableView.ShowBandsPanel Property

Gets or sets whether to display the bands panel.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

[XtraSerializableProperty]
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.

#Implements

DevExpress.Xpf.Grid.ITableView.ShowBandsPanel
See Also