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

StepProgressBar.GetItemByIndex(Int32) Method

Returns an item with the given index inside the StepProgressBar.Items collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public StepProgressBarItem GetItemByIndex(
    int index
)

Parameters

Name Type Description
index Int32

The item index within the StepProgressBar.Items collection.

Returns

Type Description
StepProgressBarItem

The item that occupies a given position.

See Also