Skip to main content

ProgressBarEdit.IsIndeterminate Property

Gets whether the ProgressBarEdit is a marquee progress bar.

Namespace: DevExpress.Xpf.Editors

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

#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 is a 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.

MarqueeProgressBar

See Also