TcxPivotGridField.Caption Property
In This Article
Specifies the field’s display caption.
#Declaration
Delphi
property Caption: string read; write;
#Property Value
Type |
---|
string |
#Remarks
Use the Caption property to specify the text displayed within the field header to identify its values. By default, the field’s Name is used as its caption.
See Also