PivotGridField.GetCaption() Method
Gets or sets the field’s display caption.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Returns
Type | Description |
---|---|
String | A String object that is the field’s display caption. |
Remarks
To learn more, see PivotGridFieldBase.Caption.
See Also