ASPxClientProgressBar Class
Represents a client-side equivalent of the ASPxProgressBar control.
Declaration
declare class ASPxClientProgressBar extends ASPxClientEditBase
Remarks
The ASPxClientProgressBar object serves as a client-side equivalent of the ASPxProgressBar control. In addition to the common inherited functionality, the ASPxClientProgressBar object allows the progress position to be manipulated (ASPxClientControlBase.GetVisible, ASPxClientControlBase.SetVisible) and the position’s percentage equivalent to be obtained (ASPxClientProgressBar.GetPercent).
Inheritance
ASPxClientControlBase
ASPxClientControl
ASPxClientEditBase
ASPxClientProgressBar
See Also