Class FilterPredicate
Holds values for Filtering.
Inheritance
System.Object
FilterPredicate
Namespace: Syncfusion.Maui.DataSource
Assembly: Syncfusion.Maui.DataSource.dll
Syntax
public class FilterPredicate : Object
Constructors
FilterPredicate()
Initializes a new instance of the FilterPredicate class.
Declaration
public FilterPredicate()
Properties
FilterBehavior
Gets or sets the type of the filter behavior.
Declaration
public FilterBehavior FilterBehavior { get; set; }
Property Value
Type | Description |
---|---|
FilterBehavior | The type of the predicate. |
FilterType
Gets or sets the type of the filter.
Declaration
public FilterType FilterType { get; set; }
Property Value
Type | Description |
---|---|
FilterType | The type of the filter. |
FilterValue
Gets or sets the filter value.
Declaration
public object FilterValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The filter value. |
IsCaseSensitive
Gets or sets a value indicating whether this instance is case sensitive.
Declaration
public bool IsCaseSensitive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if this instance is case sensitive; otherwise, false. |
PredicateType
Gets or sets the type of the predicate.
Declaration
public PredicateType PredicateType { get; set; }
Property Value
Type | Description |
---|---|
PredicateType | The type of the predicate. |