Back to Devexpress

BandedGridOptionsView.ShowBands Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-bandedgridoptionsview.md

latest1.9 KB
Original Source

BandedGridOptionsView.ShowBands Property

Gets or sets a value specifying whether the band panel is displayed.

Namespace : DevExpress.XtraGrid.Views.BandedGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ShowBands { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property ShowBands As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the band panel is displayed; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowBands
BandedGridView

.OptionsView .ShowBands

|

See Also

BandedGridOptionsView Class

BandedGridOptionsView Members

DevExpress.XtraGrid.Views.BandedGrid Namespace