ImageCollection<TImage, TInfo>.ContainsKey(String) Method
Checks whether this collection has an image with the specific name.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
key | String | The image name to check. |
Returns
Type | Description |
---|---|
Boolean | true if the collection has an image with such name; otherwise, false. |
See Also