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

ProgressBarEdit.IsIndeterminate Property

Gets whether the ProgressBarEdit represents a marquee progress bar.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public bool IsIndeterminate { get; }

Property Value

Type Description
Boolean

true if the operation is going on by continuously scrolling a block from left to right; otherwise, false.

Remarks

The progress bar’s appearance and behavior are specified by the BaseEdit.StyleSettings property. If this property is set to a ProgressBarMarqueeStyleSettings object, the editor represents the marquee progress bar which does not display progress. It is used to indicate that an operation is going on by continuously scrolling a block from left to right.

animMarqueeProgressBar

See Also