ClassBooleanFilterDescriptor
Class
Represents a PropertyFilterDescriptor that is associated with the bool data type.
Definition
Namespace:Telerik.Maui.Controls.Data
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class BooleanFilterDescriptor : PropertyFilterDescriptor, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseDataDescriptorFilterDescriptorBasePropertyFilterDescriptorBooleanFilterDescriptor
Implements:
Inherited Members
Constructors
BooleanFilterDescriptor()
Declaration
cs-api-definition
public BooleanFilterDescriptor()
Methods
OnPropertyChanged(string)
Provides an entry point for inheritors to provide additional logic over the PropertyChanged routine.
Declaration
cs-api-definition
protected override void OnPropertyChanged(string propertyName = null)
Parameters
propertyName
Overrides
PassesFilterOverride(object)
Encapsulates the core filter logic exposed by the descriptor. Allows inheritors to provide their own custom filtering logic.