Skip to main content

ProgressViewStyle Enum

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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

Remarks

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

See Also