Skip to main content
All docs
V26.1
  • EnumMemberInfo.ShowImage Property

    Gets whether an image from the DevExpress.Mvvm.DataAnnotations.ImageAttribute is displayed in the generated item (EnumItemsSourceBehavior.AllowImages).

    Namespace: DevExpress.Mvvm

    Assembly: DevExpress.Mvvm.v26.1.dll

    Declaration

    public bool ShowImage { get; }

    Property Value

    Type Description
    Boolean

    true if the image is displayed in the generated item; otherwise, false.

    See Also