Skip to main content
A newer version of this page is available. .

ASPxClientSpinEdit.SetNumber(number) Method

Sets the spin editor’s value.

Declaration

SetNumber(
    number: number
): void

Parameters

Name Type Description
number number

A decimal number specifying 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