EnumMemberInfo(String, String, Object, ImageSource, Boolean, Boolean, Nullable<Int32>) Constructor
For internal use.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v25.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
public EnumMemberInfo(
string value,
string description,
object id,
ImageSource image,
bool showImage,
bool showName,
int? order = null
)
Parameters
| Name | Type |
|---|---|
| value | String |
| description | String |
| id | Object |
| image | ImageSource |
| showImage | Boolean |
| showName | Boolean |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| order | Nullable<Int32> | null |
See Also