Skip to main content

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.v23.2.dll

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

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public bool ShowCaption { get; set; }

Property Value

Type Default Description
Boolean true

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 Type Path 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.ImageIndex property.

See Also