Enum Comparison
A list of all possible filtering conditions used in ComparisonCondition.
Namespace: Telerik.Pivot.Core.Filtering
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public enum Comparison
DoesNotEqual
ComparisonCondition checks if the compared value does not equals the comparison value.
Equals
ComparisonCondition checks if the compared value equals the comparison value.
IsGreaterThan
ComparisonCondition checks if the compared value is greater than the comparison value.
IsGreaterThanOrEqualTo
ComparisonCondition checks if the compared value is greater than or equal the comparison value.
IsLessThan
ComparisonCondition checks if the compared value is less than the comparison value.
IsLessThanOrEqualTo
ComparisonCondition checks if the compared value is less than or equal to the comparison value.