ASPxClientSpinEdit Class
Represents the client-side equivalent of the ASPxSpinEdit control.
Declaration
declare class ASPxClientSpinEdit extends ASPxClientSpinEditBase
Remarks
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.
Inheritance
See Also