PivotTablePersistentLayout.FilterCriteria Property
A concatenation of all field filter criteria with the AND operator.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string FilterCriteria { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The Pivot Table filter criteria. |
Remarks
The FilterCriteria specifies the Pivot Table filter that is a concatenation of all Pivot Table field filter criteria with the AND operator.
Refer to the PivotTablePersistentLayout class description for more information and an example.
See Also