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

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

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