IPivotTable.SetFilterCriteria(String) Method
Applies a filter to Pivot Table data.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
void SetFilterCriteria(
string criteria
)
Parameters
| Name | Type | Description |
|---|---|---|
| criteria | String | A string that specifies the filter expression. |
See Also