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

XRControlStyleSheet.CopyTo(Array, Int32) Method

Copies the entire control style collection to a one dimensional array starting at the specified index of the target array.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public void CopyTo(
    Array array,
    int arrayIndex
)

Parameters

Name Type Description
array Array

A one-dimensional array that is the destination for the control styles copied from the collection.

arrayIndex Int32

An integer value specifying the zero-based index in the target array at which copying begins.

Remarks

The specified array must be of a compatible type.

See Also