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.1.dll

Declaration

public enum ProgressViewStyle

Members

Name Description
Solid

Represents the progress bar’s indicator as a solid color bar.

ProgressViewStyle_Solid

Note

The Solid style is not supported in specific paint schemes.

Broken

Separates the progress bar’s indicator into small squares.

ProgressViewStyle_Broken

Note

The Broken style is not supported in specific paint schemes.

Related API Members

The following properties accept/return ProgressViewStyle values:

Remarks

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

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ProgressViewStyle enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also