aspnet-js-aspxclientspinedit.md
Represents the client-side equivalent of the ASPxSpinEdit control.
declare class ASPxClientSpinEdit extends ASPxClientSpinEditBase
In addition to the inherited common button editor functionality, the ASPxClientSpinEdit object allows you to manipulate its number (ASPxClientSpinEdit.GetNumber, ASPxClientSpinEdit.SetNumber) and respond to its changes (ASPxClientSpinEdit.NumberChanged).
Note
The client-side programmatic interface is available if the editor’s ASPxEditBase.EnableClientSideAPI property is set to true or any client event is handled.
ASPxClientControlBase ASPxClientControl ASPxClientEditBase ASPxClientEdit ASPxClientTextEdit ASPxClientTextBoxBase ASPxClientButtonEditBase ASPxClientSpinEditBase ASPxClientSpinEdit
See Also