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