Back to Devexpress

RepositoryItemMarqueeProgressBar Class

windowsforms-devexpress-dot-xtraeditors-dot-repository-21a25873.md

latest3.0 KB
Original Source

RepositoryItemMarqueeProgressBar Class

Contains settings specific to a MarqueeProgressBarControl editor.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class RepositoryItemMarqueeProgressBar :
    RepositoryItemBaseProgressBar
vb
Public Class RepositoryItemMarqueeProgressBar
    Inherits RepositoryItemBaseProgressBar

The following members return RepositoryItemMarqueeProgressBar objects:

Remarks

The RepositoryItemMarqueeProgressBar provides settings specific to a marquee progress bar. Most members are inherited from the base class. The RepositoryItemMarqueeProgressBar provides the RepositoryItemMarqueeProgressBar.MarqueeAnimationSpeed property that specifies the time period, in milliseconds, that it takes the progress block to scroll across the progress bar.

To access the settings of the RepositoryItemMarqueeProgressBar object, use the MarqueeProgressBarControl.Properties property.

When the RepositoryItemMarqueeProgressBar is embedded into the GridControl, the ColumnViewOptionsView.AnimationType property controls whether animation is enabled for all rows or only for the focused row.

Inheritance

Object MarshalByRefObject Component DevExpress.XtraEditors.ComponentBase RepositoryItem RepositoryItemBaseProgressBar RepositoryItemMarqueeProgressBar

See Also

RepositoryItemMarqueeProgressBar Members

MarqueeProgressBarControl

Properties

DevExpress.XtraEditors.Repository Namespace