Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridBandedTableOptionsView.BandCaptionsInColumnAlternateCaption Property

Specifies whether a band caption is included as the leading part of the column header’s caption.

#Declaration

Delphi
property BandCaptionsInColumnAlternateCaption: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Use this option as a quick replacement for alternate captions set via a column’s AlternateCaption property. Set the BandCaptionsInColumnAlternateCaption property to True to display a compound caption for all columns with an unassigned AlternateCaption property. Each compound caption will contain the band’s caption (as returned by the band’s GetAlternateCaption function) followed by the column’s caption. A string character specified by the cxGridBandedTableViewAlternateCaptionSeparator constant will be used to delimit captions.

If a column’s AlternateCaption property is assigned, the property value will be used to identify this column, regardless of the BandCaptionsInColumnAlternateCaption setting.

The default value of the BandCaptionsInColumnAlternateCaption property is False.

See Also