Skip to main content

XRControlStyleSheet.CopyTo(XRControlStyle[], Int32) Method

Copies the entire control style collection to an array of XRControlStyle objects starting at the specified index of the target array.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

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

Parameters

Name Type Description
array XRControlStyle[]

An array of XRControlStyle objects 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.

See Also