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