Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RepositoryItemMarqueeProgressBar Class

Contains settings specific to a MarqueeProgressBarControl editor.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.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