ASPxClientSpinEdit.SetValue(number) Method
In This Article
Specifies the value of the spin edit control on the client side.
#Declaration
TypeScript
SetValue(
number: number
): void
#Parameters
Name | Type | Description |
---|---|---|
number | number | 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