Enum LogicalFilterOperator
Specifies the logical operator between filters.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public enum LogicalFilterOperator : int
Fields
Name | Description |
---|---|
And | All filters should be satisfied. |
Or | Any filter should be satisfied. |