Wijmo UI for the Web
showGroup Field
wijmo.input Namespace > INumberOptions Interface : showGroup Field

Indicates whether the thousands group separator will be inserted between each digital group (number of digits in thousands group depends on the selected Culture).

Syntax
var instance; // Type: wijmo.input.INumberOptions;
var value; // Type: boolean
value = instance.showGroup;
var showGroup : boolean;
See Also

Reference

INumberOptions Interface