Skip to main content
All docs
V25.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.v25.1.dll

    NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

    Declaration

    public bool ShowImage { get; }

    Property Value

    Type Description
    Boolean

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

    See Also