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

ChartShortcutKeyCollection.CopyTo(Keys[], Int32) Method

Copies all the current collection elements to the specified one-dimensional array.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public void CopyTo(
    Keys[] array,
    int arrayIndex
)

Parameters

Name Type Description
array Keys[]

The one-dimensional array that is the destination of elements copied from the current collection.

arrayIndex Int32

The index in the collection at which copying begins.

See Also