Skip to main content
All docs
V23.2

EnumMemberInfo.Image Property

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.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