Class FilterBehavior
Specifies the filter behavior for the filter predicates.
Inheritance
System.Object
    FilterBehavior
  Namespace: Syncfusion.UI.Xaml.Data
Assembly: Syncfusion.Data.WinUI.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 |