alexa

    Show / Hide Table of Contents

    Enum FilterBehavior

    Specifies the filter behavior for the filter predicates.

    Namespace: Syncfusion.Data
    Assembly: Syncfusion.Data.WinForms.dll
    Syntax
    public enum FilterBehavior

    Fields

    Name Description
    StringTyped

    Parses all values by converting them as string.

    StronglyTyped

    Parses only StronglyTyped values.

    Back to top Generated by DocFX