ImageCollection<TImage, TInfo>.RemoveAt(String) Method
Removes an image with the specific name from this collection.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
key | String | The name of an image to be removed. |
See Also