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

WebCustomExportHeaderEventArgs.Caption Property

Gets the field header caption.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public string Caption { get; }

Property Value

Type Description
String

A String that represents the field header caption.

See Also