Skip to main content
A newer version of this page is available. .

ChartShortcutKeyCollection.CopyTo(PortableKeys[], Int32) Method

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

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

Parameters

Name Type Description
array DevExpress.Portable.Input.PortableKeys[]

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

arrayIndex Int32

An index in the collection at which copying begins.

See Also