Represents a PropertyFilterDescriptor that is associated with the DateTime data type.
Definition
Namespace:Telerik.Maui.Controls.Data
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class DateTimeFilterDescriptor : PropertyFilterDescriptor, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseDataDescriptorFilterDescriptorBasePropertyFilterDescriptorDateTimeFilterDescriptor...
Implements:
Inherited Members
Constructors
public DateTimeFilterDescriptor()
Properties
Gets or sets the NumericalOperator value that defines the boolean logic behind the left and right operand comparison.
public NumericalOperator Operator { get; set; }
Gets or sets the DateTimePart value that determines which parts of the underlying DateTime structures participate in the filtering comparison. Defaults to Ticks
public DateTimePart Part { get; set; }
Methods
Provides an entry point for inheritors to provide additional logic over the PropertyChanged routine.
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.