Skip to main content
All docs
V25.1
  • ImageCollectionImageOptions.ImageKey Property

    Gets or sets the name of the image in the Images collection.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    [DefaultValue("")]
    [DXCategory("Appearance")]
    [ImageList("Images")]
    public virtual string ImageKey { get; set; }

    Property Value

    Type Default Description
    String String.Empty

    The name of the image in the Images collection.

    See Also