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

Images.AddRange(IList) Method

Adds images from the specified list to the current collection.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public void AddRange(
    IList images
)

Parameters

Name Type Description
images IList

A IList object that contains images to be added to the collection.

See Also