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

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

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Utils.v26.1.dll

    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