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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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 |
|
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