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