Skip to main content
All docs
V25.1
  • IPivotTableField.Caption Property

    Specifies the field’s caption displayed in Pivot Table’s header.

    Namespace: DevExpress.Blazor.PivotTable

    Assembly: DevExpress.Blazor.PivotTable.v25.1.dll

    NuGet Package: DevExpress.Blazor.PivotTable

    Declaration

    string Caption { get; set; }

    Property Value

    Type Description
    String

    The field’s displayed caption.

    Remarks

    Refer to the Caption property description for more information and an example.

    See Also