Back to Devexpress

RepositoryItemBaseProgressBar Class

windowsforms-devexpress-dot-xtraeditors-dot-repository-fccae097.md

latest2.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class RepositoryItemBaseProgressBar :
    RepositoryItem
vb
Public Class RepositoryItemBaseProgressBar
    Inherits 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.

Inheritance

Object MarshalByRefObject Component DevExpress.XtraEditors.ComponentBase RepositoryItem RepositoryItemBaseProgressBar RepositoryItemMarqueeProgressBar

RepositoryItemProgressBar

See Also

RepositoryItemBaseProgressBar Members

DevExpress.XtraEditors.Repository Namespace