menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FilterBehavior - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    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 : 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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved