menu

WPF

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

    Show / Hide Table of Contents

    Class SerializableFilterSetting

    Represents a class that is used to serialize and deserialize filter settings.

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

    Constructors

    SerializableFilterSetting()

    Declaration
    public SerializableFilterSetting()

    Properties

    ColumnName

    Gets or sets the name of the column to serialize filter settings.

    Declaration
    public string ColumnName { get; set; }
    Property Value
    Type
    System.String

    Filter

    Gets or sets the collection of serializable filter.

    Declaration
    public ObservableCollection<SerializableFilter> Filter { get; set; }
    Property Value
    Type
    System.Collections.ObjectModel.ObservableCollection<SerializableFilter>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved