Skip to main content
All docs
V23.2

ProgressMode Enum

Contains values that specify the progress styles of items

Namespace: DevExpress.XtraEditors.Controls.StepProgressBar

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public enum ProgressMode

Members

Name Description
Default

The same as Range mode.

Range

Highlights the selected item (SelectedItem), the previous items and the connectors between them.

image

SingleStep

Highlights the selected item (SelectedItem) only.

image

Related API Members

The following properties accept/return ProgressMode values:

See Also