Skip to main content
All docs
V25.1
  • ImageCollection<TImage, TInfo>.Keys Property

    Returns names for all images kept in this collection.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    [Browsable(false)]
    public IEnumerable<string> Keys { get; }

    Property Value

    Type Description
    IEnumerable<String>

    An IEnumerable object that stores all image names.

    See Also