IPivotTable.GetFilterCriteria() Method
Returns the filter criteria applied to Pivot Table data.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
CriteriaOperator GetFilterCriteria()
Returns
Type | Description |
---|---|
CriteriaOperator | An object that specifies the filter expression. |
Remarks
Refer to the GetFilterCriteria() method description for more information and an example.
See Also