EnumMemberInfo Properties
An object created from an enumeration member by theEnumItemsSource extension or EnumItemsSourceBehavior.
| Name | Description |
|---|---|
| Description | Gets the Description property value of the applied DisplayAttribute. |
| Id | Gets the enumeration member. |
| Image |
Gets the image specified by the DevExpress.Mvvm.DataAnnotations.ImageAttribute.
|
| ImageHeight | Gets the image height. |
| ImageWidth | Gets the image width. |
| Name | Gets the Name property value of the applied DisplayAttribute. |
| Order | Gets the Order property value of the applied DisplayAttribute. |
| ShowImage |
Gets whether an image from the DevExpress.Mvvm.DataAnnotations.ImageAttribute is displayed in the generated item (EnumItemsSourceBehavior.AllowImages).
|
| ShowName | For internal use. |
See Also