Skip to main content
A newer version of this page is available.
All docs
V19.1

ChartShortcutKeyCollection.IndexOf(Keys) Method

Returns the specified object’s position within the collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public int IndexOf(
    Keys item
)

Parameters

Name Type Description
item Keys

An Keys enumeration value to locate in the collection.

Returns

Type Description
Int32

A zero-based integer that represents the object’s position within the collection. -1 if the object doesn’t belong to the collection.

Remarks

This method scans the collection starting from the first element and returns the index of the first matching element found.

See Also