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

ImageCollection<TImage, TInfo>.ContainsKey(String) Method

Checks whether this collection has an image with the specific name.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v20.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public bool ContainsKey(
    string key
)

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