ASPxClientSpinEdit.GetNumber Method
Gets a number which represents the spin editor’s value.
Declaration
GetNumber(): number
Returns
Type | Description |
---|---|
number | The value of the spin editor. |
Remarks
Use the GetNumber method to obtain the spin editor’s value in a decimal representation. The value edited by the spin editor can be accessed or changed via the ASPxClientEditBase.GetValue or ASPxClientEditBase.SetValue methods, respectively.
See Also