alexa

    Show / Hide Table of Contents

    Enum FilterBehavior

    Specifies the Filter Behavior for the filter predicates.

    Namespace: Syncfusion.DataSource
    Assembly: Syncfusion.DataSource.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