EnumMemberInfo(String, String, Object, ImageSource) Constructor
For internal use.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| value | String |
| description | String |
| id | Object |
| image | ImageSource |
See Also
For internal use.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v26.1.dll
public EnumMemberInfo(
string value,
string description,
object id,
ImageSource image
)
Public Sub New(
value As String,
description As String,
id As Object,
image As ImageSource
)
| Name | Type |
|---|---|
| value | String |
| description | String |
| id | Object |
| image | ImageSource |