Skip to main content

CustomExportHeaderEventArgsBase<T>.Caption Property

Gets the processed field caption.

Namespace: DevExpress.PivotGrid.Printing

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public string Caption { get; }

Property Value

Type Description
String

A String that specifies the processed field caption.

See Also