menu

UWP

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

    Show / Hide Table of Contents

    Class FilterModel

    Represents a class for the Filter Model.

    Inheritance
    System.Object
    FilterModel
    Namespace: Syncfusion.UI.Xaml.Controls.Input
    Assembly: Syncfusion.SfInput.UWP.dll
    Syntax
    public class FilterModel : Object

    Constructors

    FilterModel()

    Declaration
    public FilterModel()

    Properties

    Appends

    Gets or sets the Appends.

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

    Suggestions

    Gets or sets the Suggestions.

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved