Skip to main content
A newer version of this page is available. .

RepositoryItemMarqueeProgressBar Class

Contains settings specific to a MarqueeProgressBarControl editor.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[ToolboxBitmap(typeof(ToolboxIconsRootNS), "MarqueeProgressBarControl")]
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.

See Also