Represents a PropertyFilterDescriptor that is associated with the TimeSpan data type.
Definition
Namespace:Telerik.Maui.Controls.Data
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class TimeSpanFilterDescriptor : PropertyFilterDescriptor, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseDataDescriptorFilterDescriptorBasePropertyFilterDescriptorTimeSpanFilterDescriptor...
Implements:
Inherited Members
Constructors
C#
public TimeSpanFilterDescriptor()
Properties
Gets or sets the NumericalOperator value that defines the boolean logic behind the left and right operand comparison.
C#
public NumericalOperator Operator { get; set; }
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.