Specifies how the filter should be applied to a collection of items.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public enum CollectionFilterMode| Name | Description |
|---|---|
| Any | The filter condition is satisfied if at least one item in the collection matches. |
| All | The filter condition is satisfied only if all items in the collection match. |