Back to Devexpress

StepProgressBar.GetItemByIndex(Int32) Method

windowsforms-devexpress-dot-xtraeditors-dot-stepprogressbar-dot-getitembyindex-x28-system-dot-int32-x29.md

latest1.5 KB
Original Source

StepProgressBar.GetItemByIndex(Int32) Method

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public StepProgressBarItem GetItemByIndex(
    int index
)
vb
Public Function GetItemByIndex(
    index As Integer
) As StepProgressBarItem

Parameters

NameTypeDescription
indexInt32

The item index within the StepProgressBar.Items collection.

|

Returns

TypeDescription
StepProgressBarItem

The item that occupies a given position.

|

See Also

StepProgressBar Class

StepProgressBar Members

DevExpress.XtraEditors Namespace