WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SerializableFilter - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SerializableFilter

    Represents a class that is used to serialize and deserialize filters.

    Inheritance
    System.Object
    SerializableFilter
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class SerializableFilter

    Constructors

    SerializableFilter()

    Declaration
    public SerializableFilter()

    Properties

    FilterBehavior

    Gets or sets the type of the filter behavior.

    Declaration
    public FilterBehavior FilterBehavior { get; set; }
    Property Value
    Type Description
    FilterBehavior

    FilterMode

    Gets or sets the filter mode.

    Declaration
    public ColumnFilter FilterMode { get; set; }
    Property Value
    Type Description
    ColumnFilter

    FilterType

    Gets or sets the type of filter.

    Declaration
    public FilterType FilterType { get; set; }
    Property Value
    Type Description
    FilterType

    FilterValue

    Gets or sets the filter value.

    Declaration
    public object FilterValue { get; set; }
    Property Value
    Type Description
    System.Object

    IsCaseSensitive

    Gets or sets a value indicating whether the case sensitive filter is enabled.

    Declaration
    public bool IsCaseSensitive { get; set; }
    Property Value
    Type Description
    System.Boolean

    PredicateType

    Gets or sets the type of the predicate.

    Declaration
    public PredicateType PredicateType { get; set; }
    Property Value
    Type Description
    PredicateType
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved