Skip to main content
All docs
V25.1
  • EnumMemberInfo.Image Property

    Gets the image specified by the DevExpress.Mvvm.DataAnnotations.ImageAttribute.

    Namespace: DevExpress.Mvvm

    Assembly: DevExpress.Mvvm.v25.1.dll

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

    Declaration

    public ImageSource Image { get; }

    Property Value

    Type Description
    ImageSource

    The image specified by the DevExpress.Mvvm.DataAnnotations.ImageAttribute.

    See Also