Version

rule Property

Gets 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
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_rule() : {Any}
function set_rule(value : {Any})
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfClientCondition.get_rule();
See Also