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

LinkCollection.CopyFrom(ArrayList) Method

Copies the elements of a Link from a compatible one-dimensional collection.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v22.1.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

public void CopyFrom(
    ArrayList array
)

Parameters

Name Type Description
array ArrayList

An ArrayList object which the links will be copied from.

See Also