BootstrapClientTimeEdit Class
Represents the client-side equivalent of the BootstrapClientTimeEdit
control.
Declaration
declare class BootstrapClientTimeEdit extends ASPxClientTimeEdit
Remarks
In addition to the common dropdown edit functionality inherited from its ASPxClientSpinEditBase ancestor, the BootstrapClientTimeEdit object allows you to manipulate its date (ASPxClientTimeEdit.GetDate, ASPxClientTimeEdit.SetDate) and respond to date changes (ASPxClientTimeEdit.DateChanged).
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