Skip to main content

ChartShortcutKeyCollection.Insert(Int32, PortableKeys) Method

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

public void Insert(
    int index,
    PortableKeys item
)

Parameters

Name Type Description
index Int32

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

item DevExpress.Portable.Input.PortableKeys

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

See Also