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

ChartShortcutKeyCollection.Remove(Keys) Method

Removes the specified shortcut key from the chart shortcut key collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public bool Remove(
    Keys item
)

Parameters

Name Type Description
item Keys

A Keys enumeration value.

Returns

Type Description
Boolean

true, if the item is successfully removed; otherwise, false. This method also returns false if an item was not found in the collection.

See Also