Back to Devexpress

DxPivotGridField.Caption Property

blazor-devexpress-dot-blazor-dot-dxpivotgridfield-74ae16bd.md

latest1.2 KB
Original Source

DxPivotGridField.Caption Property

Specifies the field’s displayed caption.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[Parameter]
public string Caption { get; set; }

Property Value

TypeDescription
String

A string that specifies the field’s displayed caption.

|

Remarks

Important

The Pivot Grid was moved to maintenance support mode. No new features/capabilities will be added to this component. We recommend that you migrate to the Pivot Table component.

Use the Caption property to specify the field’s header text.

If the Caption property is set to an empty string, the field’s header displays the value of the Field property.

See Also

DxPivotGridField Class

DxPivotGridField Members

DevExpress.Blazor Namespace