windowsforms-devexpress-dot-xtraeditors-dot-repository-fccae097.md
Serves as the base for repository items that provide settings for editors that represent a progress bar.
Namespace : DevExpress.XtraEditors.Repository
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class RepositoryItemBaseProgressBar :
RepositoryItem
Public Class RepositoryItemBaseProgressBar
Inherits RepositoryItem
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.
Object MarshalByRefObject Component DevExpress.XtraEditors.ComponentBase RepositoryItem RepositoryItemBaseProgressBar RepositoryItemMarqueeProgressBar
See Also