TcxGridLayoutViewRecordCaption.DisplayMask Property
Specifies the display format mask for the card caption.
Declaration
property DisplayMask: string read; write;
Property Value
| Type | Description |
|---|---|
| string | The display format mask for the card caption. |
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.
Default Value
The DisplayMask property’s default value is an empty string.
See Also