# ProgressBarEdit | WPF Controls | DevExpress Documentation

You can change the operation mode of a progress bar by using the [BaseEdit.StyleSettings](/WPF/DevExpress.Xpf.Editors.BaseEdit.StyleSettings) property.
To apply specific settings, assign the [BaseEdit.StyleSettings](/WPF/DevExpress.Xpf.Editors.BaseEdit.StyleSettings) property of a progress bar to one of the objects listed in the table below.

| Operation Mode | Settings object | Description |
| --- | --- | --- |
| Default | [ProgressBarStyleSettings](/WPF/DevExpress.Xpf.Editors.ProgressBarStyleSettings) | A progress bar that indicates the progress of a lengthy operation. This style is the default mode.<br><br><br>![progressBar_Native](/WPF/images/progressbar_native11444.png) |
| Marquee | [ProgressBarMarqueeStyleSettings](/WPF/DevExpress.Xpf.Editors.ProgressBarMarqueeStyleSettings) | The editor represents the marquee progress bar, which does not display progress.<br><br><br>It is used to indicate that an operation is going on by continuously scrolling a block from left to right.<br><br><br>![animMarqueeProgressBar](/WPF/images/animmarqueeprogressbar11442.gif) |

See Also

[Editor Operation Modes](/WPF/116526/controls-and-libraries/data-editors/common-features/editor-operation-modes)