TcxGridCustomRowLayoutOptions.CaptionSuffix Property
In This Article
Specifies a suffix string appended to all editor captions in a Table View row’s layout.
#Declaration
Delphi
property CaptionSuffix: string read; write;
#Property Value
Type | Description |
---|---|
string | A string appended to all editor captions. |
#Remarks
The CaptionSuffix property’s default value is an empty string.
See Also