Class FilterDefinition
Class to inherit the interface values that holds the information of the Filtering like Mapping Name, filter predicate, etc.
Inheritance
System.Object
FilterDefinition
Implements
Namespace: Syncfusion.Maui.DataSource
Assembly: Syncfusion.Maui.DataSource.dll
Syntax
public class FilterDefinition : Object, IFilterDefinition
Constructors
FilterDefinition()
Declaration
public FilterDefinition()
Properties
FilterBehavior
Gets or sets the filter behavior for the specified filter filter predicates.
Declaration
public FilterBehavior FilterBehavior { get; set; }
Property Value
Type |
---|
FilterBehavior |
FilterPredicates
Gets the filter predicates values for filtering.
Declaration
public ObservableCollection<FilterPredicate> FilterPredicates { get; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<FilterPredicate> |
MappingName
Gets or sets the mapping name for filter.
Declaration
public string MappingName { get; set; }
Property Value
Type |
---|
System.String |