Images.AddRange(IList) Method
Adds images from the specified list to the current collection.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
images | IList | A IList object that contains images to be added to the collection. |
See Also