Back to Devexpress

ASPxClientSpinEdit Class

aspnet-js-aspxclientspinedit.md

latest1.4 KB
Original Source

ASPxClientSpinEdit Class

Represents the client-side equivalent of the ASPxSpinEdit control.

Declaration

ts
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

ASPxClientControlBase ASPxClientControl ASPxClientEditBase ASPxClientEdit ASPxClientTextEdit ASPxClientTextBoxBase ASPxClientButtonEditBase ASPxClientSpinEditBase ASPxClientSpinEdit

See Also

Spin Editor

ASPxClientSpinEdit Members