Back to Devexpress

OptionsBand.ShowCaption Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-optionsband-71fceb14.md

latest2.2 KB
Original Source

OptionsBand.ShowCaption Property

Gets or sets whether the band’s caption is displayed within the band header.

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 bool ShowCaption { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property ShowCaption As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the band’s caption is displayed within the band header; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowCaption
GridBand

.OptionsBand .ShowCaption

|

Remarks

Hiding the band’s caption can be useful when only an icon (without any text) is required. An icon for the band header can be specified via the GridBand.ImageOptions property.

See Also

Caption

ImageOptions

OptionsBand Class

OptionsBand Members

DevExpress.XtraGrid.Views.BandedGrid Namespace