Back to Devexpress

ASPxClientSpinEdit.GetNumber Method

aspnet-js-aspxclientspinedit-fb195773.md

latest943 B
Original Source

ASPxClientSpinEdit.GetNumber Method

Gets a number which represents the spin editor’s value.

Declaration

ts
GetNumber(): number

Returns

TypeDescription
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

SetNumber(number)

EnableClientSideAPI

Spin Editor

ASPxClientSpinEdit Class

ASPxClientSpinEdit Members