Enum FilterBehavior
Specifies the Filter Behaviour for the filter predicates.
Namespace: Syncfusion.Blazor.Data
Assembly: Syncfusion.Blazor.dll
Syntax
public enum FilterBehavior
Fields
| Name | Description |
|---|---|
| StringTyped | Parses all values by converting them as string. |
| StronglyTyped | Parses only StronglyTyped values. |