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.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#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:
- RepositoryItemBaseProgressBar.ProgressKind - specifies the direction of the progress indicator.
- RepositoryItemBaseProgressBar.ShowTitle - specifies whether the text that represents the progress bar’s current position is displayed.
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.