ProgressViewStyle Enum
Contains values specifying the style of the progress bar’s indicator.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Members
Name | Description |
---|---|
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. |
Remarks
Members of this enumeration can be accessed using the RepositoryItemBaseProgressBar.ProgressViewStyle property.
See Also