StepProgressBar.GetItemByIndex(Int32) Method
Returns an item with the given index inside the StepProgressBar.Items collection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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