WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FilterModel

    Show / Hide Table of Contents

    Class FilterModel

    Represents a class for the Filter Model.

    Inheritance
    System.Object
    FilterModel
    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.Windows.Controls.Input
    Assembly: Syncfusion.SfInput.Wpf.dll
    Syntax
    public class FilterModel

    Constructors

    FilterModel()

    Declaration
    public FilterModel()

    Properties

    Appends

    Gets or sets the Appends.

    Declaration
    public IEnumerable Appends { get; set; }
    Property Value
    Type Description
    System.Collections.IEnumerable

    Suggestions

    Gets or sets the Suggestions.

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