Class FilterBehavior
Specifies the Filter Behavior for the filter predicates.
Inheritance
System.Object
FilterBehavior
Namespace: Syncfusion.DataSource
Assembly: Syncfusion.DataSource.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 | Description |
---|---|
FilterBehavior |
StronglyTyped
Parses only StronglyTyped values.
Declaration
public const FilterBehavior StronglyTyped
Field Value
Type | Description |
---|---|
FilterBehavior |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |