Skip to main content
All docs
V23.2

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.v23.2.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