PivotTableFieldValueTemplateContext.Value Property
Returns the processed field’s value.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.2.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
public object Value { get; }
Property Value
| Type | Description |
|---|---|
| Object | The field’s value. |
See Also