Skip to main content

WebCustomExportHeaderEventArgs.Caption Property

Gets the field header caption.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.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