Back to Devexpress

GridPersistentLayout.FilterCriteria Property

blazor-devexpress-dot-blazor-dot-gridpersistentlayout-3b3adbd7.md

latest1.6 KB
Original Source

GridPersistentLayout.FilterCriteria Property

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

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Property Value

TypeDescription
String

The Grid filter.

|

Remarks

The FilterCriteria specifies the Grid filter that is a concatenation of all Grid column’s filter criteria with the AND operator. You can specify a column filter criteria using any of the following techniques:

Refer to the GridPersistentLayout class description for additional information and an example.

See Also

GridPersistentLayout Class

GridPersistentLayout Members

DevExpress.Blazor Namespace