IPivotTableField.Caption Property
Specifies the field’s caption displayed in Pivot Table’s header.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v24.2.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
[Parameter]
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