Class SerializableFilter
Represents a class that is used to serialize and deserialize filters.
Inheritance
System.Object
SerializableFilter
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class SerializableFilter : Object
Constructors
SerializableFilter()
Declaration
public SerializableFilter()
Properties
FilterBehavior
Gets or sets the type of the filter behavior.
Declaration
public FilterBehavior FilterBehavior { get; set; }
Property Value
Type |
---|
FilterBehavior |
FilterMode
Gets or sets the filter mode.
Declaration
public ColumnFilter FilterMode { get; set; }
Property Value
Type |
---|
ColumnFilter |
FilterType
Gets or sets the type of filter.
Declaration
public FilterType FilterType { get; set; }
Property Value
Type |
---|
FilterType |
FilterValue
Gets or sets the filter value.
Declaration
public object FilterValue { get; set; }
Property Value
Type |
---|
System.Object |
IsCaseSensitive
Gets or sets a value indicating whether the case sensitive filter is enabled.
Declaration
public bool IsCaseSensitive { get; set; }
Property Value
Type |
---|
System.Boolean |
PredicateType
Gets or sets the type of the predicate.
Declaration
public PredicateType PredicateType { get; set; }
Property Value
Type |
---|
PredicateType |