RepositoryItemProgressBar.FlowAnimationEnabled Property
Gets or sets whether the progress indicator is displayed using flow animation.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.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.