ProgressBarEdit.IsIndeterminate Property
Gets whether the ProgressBarEdit represents a marquee progress bar.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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.
See Also