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

RepositoryItemProgressBar.FlowAnimationEnabled Property

Gets or sets whether the progress indicator is displayed using flow animation.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, if the progress indication is displayed using flow animation; otherwise, false.

Remarks

The progress indicator in the progress bar can be displayed using flow animation - a flash that moves along the indicator from left to right with a specific speed and frequency. This animation indicates to an end-user that a lengthy operation is still in progress, even if the indicator does not increase for some time. By default, this animation is disabled. Set the FlowAnimationEnabled property to true to enable flow animation. You can also adjust the flow animation settings using the RepositoryItemProgressBar.FlowAnimationDuration and RepositoryItemProgressBar.FlowAnimationDelay properties.

See Also