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

DiagramItemCollection.AddRange(DiagramItem[]) Method

Adds an array of items to the collection.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

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