Version

ClientCondition class Members

The following tables list the members exposed by ClientCondition.

Public Constructors
 NameDescription
Public ConstructorClientCondition Constructor  
Public Properties
 NameDescription
Public PropertyruleGets the filter condition rule. The return type will be one of the following, based on the column type: Infragistics.Web.UI.TextFilterRules, Infragistics.Web.UI.NumericFilterRules, Infragistics.Web.UI.DateTimeFilterRules, or Infragistics.Web.UI.BooleanFilterRules The return type will be one of the following, based on the column type: Infragistics.Web.UI.TextFilterRules, Infragistics.Web.UI.NumericFilterRules, Infragistics.Web.UI.DateTimeFilterRules, or Infragistics.Web.UI.BooleanFilterRules  
Public PropertyvalueGets the filter condition value. The return type will be one of the following, based on the column type: String, Number, Date, or Boolean The return type will be one of the following, based on the column type: String, Number, Date, or Boolean  
Public Methods
 NameDescription
Public MethoddisposeDisposes of the object.  
See Also