Skip to main content

RepositoryItemMarqueeProgressBar Class

Contains settings specific to a MarqueeProgressBarControl editor.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class RepositoryItemMarqueeProgressBar :
    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