ClassNumericalFilterDescriptor
Represents a PropertyFilterDescriptor that is associated with all the numerical data types available in .NET.
byte, sbyte, short, ushort, int, uint,
long, ulong, float, double, decimal.
Definition
Namespace:Telerik.Data.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class NumericalFilterDescriptor : PropertyFilterDescriptor, INotifyPropertyChanged
Inheritance: objectViewModelBaseDataDescriptorFilterDescriptorBasePropertyFilterDescriptorNumericalFilterDescriptor
Implements:
Inherited Members
Constructors
NumericalFilterDescriptor()
Declaration
public NumericalFilterDescriptor()
Properties
Operator
Gets or sets the NumericalOperator value that defines the boolean logic behind the left and right operand comparison.
Declaration
public NumericalOperator Operator { get; set; }
Property Value
Methods
PassesFilterOverride(object)
Encapsulates the core filter logic exposed by the descriptor. Allows inheritors to provide their own custom filtering logic.
PropertyChangedOverride(string)
Provides an entry point for inheritors to provide additional logic over the PropertyChanged routine.
Declaration
protected override void PropertyChangedOverride(string changedPropertyName)
Parameters
changedPropertyName
Overrides