Skip to main content

TcxGridBandedTableOptionsView.BandCaptionsInColumnAlternateCaption Property

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

Declaration

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