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

RepositoryItemMarqueeProgressBar.Stopped Property

Gets or sets whether the control’s animation is stopped.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true if the control’s animation is stopped; otherwise, false.

Remarks

If the Stopped property is set to true the control’s animation is stopped and the control’s region is cleared. Setting the Stopped property to false immediately starts the animation.

Note that if the control’s Enabled property is set to false the control’s animation is stopped, even if the Stopped property is set to false.

See Also