Version

NumericFilterRules Enumeration

Allowable values for the FilteringNodeObject.set_rule method for numeric type columns
Members
MemberDescription
AllAll.
DoesNotEqualDoes not equal.
EqualsEquals.
GreaterThanGreater than.
GreaterThanOrEqualToGreater than or equal to.
IsNotNullAll values which are not null.
IsNullAll null values.
LessThanLess than.
LessThanOrEqualToLess than or equal to.
Inheritance Hierarchy

Object
   Infragistics.Web.UI.NumericFilterRules

See Also