Back to Devexpress

PivotTablePersistentLayout.FilterCriteria Property

blazor-devexpress-dot-blazor-dot-pivottable-dot-pivottablepersistentlayout-16652015.md

latest1.4 KB
Original Source

PivotTablePersistentLayout.FilterCriteria Property

A concatenation of all field filter criteria with the AND operator.

Namespace : DevExpress.Blazor.PivotTable

Assembly : DevExpress.Blazor.PivotTable.v25.2.dll

NuGet Package : DevExpress.Blazor.PivotTable

Declaration

csharp
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string FilterCriteria { get; set; }

Property Value

TypeDescription
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 additional information and an example.

See Also

PivotTablePersistentLayout Class

PivotTablePersistentLayout Members

DevExpress.Blazor.PivotTable Namespace