ListItemClickEventArgs.Index Property
In This Article
Gets the index of the clicked list item.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | A zero-based integer value representing the index of the clicked list item. |
#Remarks
This property returns the clicked list item’s position within the bar item’s BarListItem.Strings collection.
See Also