Skip to main content

RepositoryItemMarqueeProgressBar.Paused Property

Gets or sets whether the progress bar animation is paused.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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