Class FilterModel
Represents a class for the Filter Model.
Inheritance
System.Object
FilterModel
Namespace: Syncfusion.Windows.Controls.Input
Assembly: Syncfusion.SfInput.Wpf.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 ObservableCollection<object> Suggestions { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<System.Object> |