Skip to main content

ASPxClientSpinEdit.SetNumber(number) Method

Sets the spin editor’s value.

Declaration

SetNumber(
    number: number
): void

Parameters

Name Type Description
number number

The value to assign to the spin editor.

Remarks

Use the SetNumber method to specify 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