Skip to main content
A newer version of this page is available. .

PivotGridField.GetCaption() Method

Gets or sets the field’s display caption.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.PivotGrid

Declaration

public virtual string GetCaption()

Returns

Type Description
String

A String object that is the field’s display caption.

Remarks

To learn more, see PivotGridFieldBase.Caption.

See Also