Class BooleanFilterDescriptor
Represents a PropertyFilterDescriptor that is associated with the System.Boolean data type.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls.Data
Assembly: Telerik.Maui.Controls.dll
Syntax
public class BooleanFilterDescriptor : PropertyFilterDescriptor, INotifyPropertyChanged, IPropertyDescriptor
Constructors
BooleanFilterDescriptor()
Declaration
public BooleanFilterDescriptor()
Methods
OnPropertyChanged(String)
Provides an entry point for inheritors to provide additional logic over the PropertyChanged routine.
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|
Overrides
PassesFilterOverride(Object)
Encapsulates the core filter logic exposed by the descriptor. Allows inheritors to provide their own custom filtering logic.
Declaration
protected override bool PassesFilterOverride(object itemValue)
Parameters
System.Object
itemValue
The property value, as defined by the PropertyName property. |
Returns
System.Boolean
True if the filter is passed and the associated item should be displayed, false otherwise. |