Version

rule Property

Gets the filter condition rule. The return type will be one of the following, based on the column type: TextFilterRules, NumericFilterRules, DateTimeFilterRules, or BooleanFilterRules The return type will be one of the following, based on the column type: TextFilterRules, NumericFilterRules, DateTimeFilterRules, or BooleanFilterRules
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_rule() : {Any}
function set_rule(value : {Any})
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfFilteringNodeObject.get_rule();
See Also