Skip to main content

ProgressBarBaseControl Class

Serves as a base for progress bar controls.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v25.2.dll

NuGet Package: DevExpress.Win.Navigation

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.

Inheritance

See Also