ProgressBarMarqueeStyleSettings Class
In This Article
Defines the appearance and behavior of the marquee (indeterminate) progress bar.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Remarks
The ProgressBarEdit supports two built-in styles:
Native
A progress bar that indicates the progress of a lengthy operation. This style is used by default.
The BaseEdit.StyleSettings property should be set to ProgressBarStyleSettings object.
Marquee (Indeterminate)
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.
The BaseEdit.StyleSettings property should be set to the ProgressBarMarqueeStyleSettings object.
#Inheritance
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
BaseEditStyleSettings
BaseProgressBarStyleSettings
ProgressBarMarqueeStyleSettings
#Extension Methods
See Also