Back to Devexpress

ProgressBarEdit.IsIndeterminate Property

wpf-devexpress-dot-xpf-dot-editors-dot-progressbaredit-1c98ce16.md

latest1.6 KB
Original Source

ProgressBarEdit.IsIndeterminate Property

Gets whether the ProgressBarEdit represents a marquee progress bar.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool IsIndeterminate { get; }
vb
Public ReadOnly Property IsIndeterminate As Boolean

Property Value

TypeDescription
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.

See Also

ProgressBarEdit Class

ProgressBarEdit Members

DevExpress.Xpf.Editors Namespace