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 |