Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

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