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

ListItemClickEventArgs.Index Property

Gets the index of the clicked list item.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public int Index { get; }

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