PivotTableFieldValueTemplateContext.Text Property
Returns the field’s displayed text.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.2.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
public string Text { get; }
Property Value
| Type | Description |
|---|---|
| String | The displayed text. |
See Also