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