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

ChartShortcutKeyCollection.Contains(Keys) Method

Determines whether the collection contains the specified indicator.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public bool Contains(
    Keys item
)

Parameters

Name Type Description
item Keys

A Keys value to locate in the collection.

Returns

Type Description
Boolean

true, if the collection contains the specified shortcut key; otherwise, false.

See Also