Skip to main content

DiagramItemCollection.AddRange(DiagramItem[]) Method

Adds an array of items to the collection.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public void AddRange(
    params DiagramItem[] items
)

Parameters

Name Type Description
items DiagramItem[]

A comma-separated list of items or an array of items.

See Also