Skip to main content
A newer version of this page is available. .

StepProgressBarItem.State Property

Gets or sets whether this item is active (selected). To activate an item, you can also use StepProgressBar.SelectedItemIndex, StepProgressBar.SelectItem(StepProgressBarItem), and StepProgressBar.SelectNext() / StepProgressBar.SelectPrevious() properties and methods.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(StepProgressBarItemState.Inactive)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public StepProgressBarItemState State { get; set; }

Property Value

Type Default Description
DevExpress.XtraEditors.StepProgressBarItemState **Inactive**

Specifies whether this item is active (selected).

See Also