Class SerializableFilterSetting
Represents a class that is used to serialize and deserialize filter settings.
Inheritance
System.Object
SerializableFilterSetting
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class SerializableFilterSetting : Object
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> |