Skip to main content
All docs
V25.1
  • ChartShortcutKeyCollection.CopyTo(PortableKeys[], Int32) Method

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

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.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