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

ChartShortcutKeyCollection.Insert(Int32, Keys) Method

Inserts the specified shortcut key into the collection at the specified position.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public void Insert(
    int index,
    Keys item
)

Parameters

Name Type Description
index Int32

A zero-based integer that specifies the position at that the shortcut key should be inserted.

item Keys

The Keys enumeration value that defines the shortcut key to insert into the collection.

See Also