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

TcxGridLayoutViewRecordCaption.DisplayMask Property

Specifies the display format mask for the card caption.

Declaration

property DisplayMask: string read; write;

Property Value

Type
string

Remarks

You can specify the mask by combining any custom text with the ‘[RecordIndex]’ and ‘[RecordCount]’ macros. When the display value for the mask is about to be determined, these macros will be automatically replaced with the record number associated with a card and the total number of records (cards) available for display, respectively.

The default value of the DisplayMask property is specified by the scxGridLayoutViewRecordCaptionDefaultMask resource string.

See Also