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

ChoiceActionItemCollection.CopyTo(Array, Int32) Method

Copies the elements of the ChoiceActionItemCollection to an array, starting at a particular array index.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public void CopyTo(
    Array array,
    int index
)

Parameters

Name Type Description
array Array

The one-dimensional, zero-based array that is the destination of the elements copied from the current ChoiceActionItemCollection.

index Int32

An integer value that specifies the zero-based index in an array in which copying begins.

See Also