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