Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RepositoryItemProgressBar.FlowAnimationEnabled Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
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