PivotTableFieldHeaderTemplateContext.Text Property
Returns the field’s original header label.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v24.2.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
String | The header label. |
See Also