cxGridBandedTableViewAlternateCaptionSeparator Constant
Specifies a string to be used as a splitter between band and column captions in column headers and in the Filter Builder dialog‘s drop-down list.
Declaration
const cxGridBandedTableViewAlternateCaptionSeparator: string = '-';
Returns
Type |
---|
string |
Remarks
If the OptionsView.BandCaptionsInColumnAlternateCaption property is set to True, the column header contains a compound caption with two concatenated captions – the caption of the band that the current column belongs to and the column’s caption. A string specified by the cxGridBandedTableViewAlternateCaptionSeparator constant separates these captions in the column header.
The same separator is also used as a band-column caption separator in the drop-down list of the Filter Builder dialog.
Use the cxGridBandedTableViewAlternateCaptionSeparator constant to specify a different string to use for the caption separator within column headers and in the Filter Builder dialog‘s drop-down list (when the grid uses a Banded Table View).