Skip to main content

PivotGridField.GetCaption() Method

Gets or sets the field’s display caption.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: 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