ProgressMode Enum
Contains values that specify the progress styles of items
Namespace: DevExpress.XtraEditors.Controls.StepProgressBar
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Members
Name | Description |
---|---|
Default
|
The same as Range mode. |
Range
|
Highlights the selected item (SelectedItem), the previous items and the connectors between them. |
SingleStep
|
Highlights the selected item (SelectedItem) only. |
Related API Members
The following properties accept/return ProgressMode values:
See Also