Class FilterBehavior
Specifies the filter behavior for the filter predicates.
Inheritance
System.Object
FilterBehavior
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.Portable.dll
Syntax
public sealed class FilterBehavior : Enum
Fields
StringTyped
Parses all values by converting them as string.
Declaration
public const FilterBehavior StringTyped
Field Value
Type |
---|
FilterBehavior |
StronglyTyped
Parses only StronglyTyped values.
Declaration
public const FilterBehavior StronglyTyped
Field Value
Type |
---|
FilterBehavior |