Class FilterBehavior
Specifies the Filter Behavior for the filter predicates.
Inheritance
System.Object
FilterBehavior
Namespace: Syncfusion.Maui.DataSource
Assembly: Syncfusion.Maui.DataSource.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 |