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.v24.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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