Class FilterBehavior
Specifies the Filter Behaviour for the filter predicates.
Inheritance
System.Object
    FilterBehavior
  Namespace: Syncfusion.Data
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class FilterBehavior : EnumFields
StringTyped
Parses all values by converting them as string.
Declaration
public const FilterBehavior StringTypedField Value
| Type | 
|---|
| FilterBehavior | 
StronglyTyped
Parses only StronglyTyped values.
Declaration
public const FilterBehavior StronglyTypedField Value
| Type | 
|---|
| FilterBehavior |