DxPivotGridField.Caption Property
Specifies the field’s displayed caption.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public string Caption { get; set; }
Property Value
| Type | Description |
|---|---|
| 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