BootstrapClientTimeEdit Class
In This Article
Represents the client-side equivalent of the BootstrapClientTimeEdit
control.
#Declaration
TypeScript
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 ASPx
#Inheritance
See Also