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