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

ASPxClientSpinEdit.SetValue(number) Method

Specifies the value of the spin edit control on the client side.

Declaration

SetValue(
    number: number
): void

Parameters

Name Type Description
number number

A Decimal value specifying the control value.

Remarks

Use the SetValue and ASPxClientEditBase.GetValue methods to set and get the control value on the client side. To specify the control value on the server side, use the ASPxSpinEdit.Value property.

See Also