Version

groups Property

Gets sets sizes of groups/thousands, which is used when control has no focus. That is array of numbers. Note: new value does not persist to server. Groups
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_groups() : Integer[]
function set_groups(value : Integer[])
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebNumericEditor.get_groups();
See Also