Images.Add(Image, String) Method
Adds an image with the specified name to the collection.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
image | Image | An image to add to the collection. |
name | String | A string that specifies the name of the image, |
Returns
Type | Description |
---|---|
Int32 | An integer value that specifies the position at which the image has been added. |
See Also