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

RepositoryItemMarqueeProgressBar.Paused Property

Gets or sets whether the progress bar animation is paused.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
public bool Paused { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the progress bar animation is paused; otherwise, false.

Remarks

The Paused property allows you to temporarily pause the progress bar animation. When the Paused property is set back to false, the animation starts at the position where it has been paused.

See Also