StepProgressBar.GetItemByIndex(Int32) Method
In This Article
Returns an item with the given index inside the StepProgressBar.Items collection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public StepProgressBarItem GetItemByIndex(
int index
)
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The item index within the Step |
#Returns
Type | Description |
---|---|
Step |
The item that occupies a given position. |
See Also