Skip to main content
All docs
V24.2

EnumMemberInfo(String, String, Object, ImageSource) Constructor

For internal use.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v24.2.dll

Declaration

public EnumMemberInfo(
    string value,
    string description,
    object id,
    ImageSource image
)

Parameters

Name Type
value String
description String
id Object
image ImageSource
See Also