Back to Devexpress

ProgressViewStyle Enum

windowsforms-devexpress-dot-xtraeditors-dot-controls-852fe7f9.md

latest1.2 KB
Original Source

ProgressViewStyle Enum

Contains values specifying the style of the progress bar’s indicator.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum ProgressViewStyle
vb
Public Enum ProgressViewStyle

Members

NameDescription
Solid

Presents the progress indicator as a solid bar.

| | Broken |

Presents the progress indicator as a series of small blocks. Not supported in Office2003, WindowsXP and skin paint themes, which always use the Solid indicator style.

|

See Also

DevExpress.XtraEditors.Controls Namespace