Skip to main content
A newer version of this page is available. .

ProgressViewStyle Enum

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public enum ProgressViewStyle

Members

Name Description
Solid

Presents the progress indicator as a solid bar.

ProgressViewStyle_Solid

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.

ProgressViewStyle_Broken

Related API Members

The following properties accept/return ProgressViewStyle values:

Remarks

Members of this enumeration can be accessed using the RepositoryItemBaseProgressBar.ProgressViewStyle property.

See Also