TcxDBPivotGridField.Caption Property
Specifies the data-aware field’s display caption.
Declaration
property Caption;
Property Value
Type |
---|
string |
Remarks
If this property is set to an empty string, the value of the field’s DataBinding.FieldName property will be used as its caption. If the DataBinding.FieldName property returns an empty string, the field’s Name will be used as its caption.
See Also