aspnet-js-aspxclienttrackbar.md
The client-side equivalent of the ASPxTrackBar control.
declare class ASPxClientTrackBar extends ASPxClientEdit
The ASPxClientTrackBar object serves as a client-side equivalent of the ASPxTrackBar control, and implements the functionality allowing you:
Note
The client-side programmatic interface is available if the ASPxEditBase.EnableClientSideAPI property is set to true, or the ASPxEditBase.ClientInstanceName property is defined, or any client event is handled.
ASPxClientControlBase ASPxClientControl ASPxClientEditBase ASPxClientEdit ASPxClientTrackBar
See Also