Skip to main content
All docs
V25.1
  • ImageCollection<TImage, TInfo>.ContainsKey(String) Method

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

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Utils.v25.1.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