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

RepositoryItemBaseProgressBar Class

Serves as the base for repository items that provide settings for editors that represent a progress bar.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public class RepositoryItemBaseProgressBar :
    RepositoryItem

Remarks

Repository items corresponding to the editors that represent a progress bar inherit their common settings from the RepositoryItemBaseProgressBar class. These settings are:

The RepositoryItemBaseProgressBar and the corresponding ProgressBarBaseControl class should not be created directly. Derive your own repository items and editors from these classes to create custom progress bar editors.

See Also