ASPxClientSpinEdit Class
In This Article
Represents the client-side equivalent of the ASPxSpinEdit control.
#Declaration
TypeScript
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 ASPxtrue
or any client event is handled.
#Inheritance
See Also