Skip to main content
A newer version of this page is available. .

ProgressBarBaseControl Class

Serves as a base for progress bar controls.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public class ProgressBarBaseControl :
    BaseEdit

Remarks

The ProgressBarBaseControl class implements the basic functionality of a progress bar control. You should not create instances of this class directly. Use it as the base class when creating custom progress bar controls.

See Also