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

Images.AddRange(Object[]) Method

Adds an array of images to the current collection.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public void AddRange(
    object[] images
)

Parameters

Name Type Description
images Object[]

An array of images to be added to the collection.

See Also