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
Declaration
Remarks
Repository items corresponding to the editors that represent a progress bar inherit their common settings from the RepositoryItemBaseProgressBar class. These settings are:
- RepositoryItemBaseProgressBar.StartColor - specifies the indicator’s starting color.
- RepositoryItemBaseProgressBar.EndColor - specifies the indicator’s end color.
- RepositoryItemBaseProgressBar.ProgressKind - specifies the direction of the progress indicator.
- RepositoryItemBaseProgressBar.ProgressViewStyle - specifies the manner in which progress should be indicated on the progress bar.
- 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.
Inheritance
Object
MarshalByRefObject
Component
DevExpress.XtraEditors.ComponentBase
See Also