Version

BooleanFilterRules Enumeration

Allowable values for the FilteringNodeObject.set_rule method for boolean type columns
Members
MemberDescription
AllAll.
FalseFalse.
IsNotFalseAll values which are not false. This enum value will only be used when filter type is ExcelStyleFiltering
IsNotNullAll values which are not null.
IsNotTrueAll values which are not true. This enum value will only be used when filter type is ExcelStyleFiltering
IsNullAll null values.
TrueTrue.
Inheritance Hierarchy

Object
   Infragistics.Web.UI.BooleanFilterRules

See Also