aspnetbootstrap-js-bootstrapclienttimeedit.md
Represents the client-side equivalent of the BootstrapClientTimeEdit control.
declare class BootstrapClientTimeEdit extends ASPxClientTimeEdit
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.
ASPxClientControlBase ASPxClientControl ASPxClientEditBase ASPxClientEdit ASPxClientTextEdit ASPxClientTextBoxBase ASPxClientButtonEditBase ASPxClientSpinEditBase ASPxClientTimeEdit BootstrapClientTimeEdit
See Also