Back to Devexpress

ProgressBarEdit

wpf-116530-controls-and-libraries-data-editors-common-features-editor-operation-modes-progressbaredit.md

latest1.2 KB
Original Source

ProgressBarEdit

  • Oct 13, 2023

You can change the operation mode of a progress bar by using the BaseEdit.StyleSettings property. To apply specific settings, assign the BaseEdit.StyleSettings property of a progress bar to one of the objects listed in the table below.

|

Operation Mode

|

Settings object

|

Description

| | --- | --- | --- | |

Default

|

ProgressBarStyleSettings

|

A progress bar that indicates the progress of a lengthy operation. This style is the default mode.

| |

Marquee

|

ProgressBarMarqueeStyleSettings

|

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

Editor Operation Modes