Skip to main content
All docs
V23.2

EnumMemberInfo(String, String, Object, Boolean, Boolean, Func<ImageSource>, Nullable<Int32>) Constructor

For internal use.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

public EnumMemberInfo(
    string value,
    string description,
    object id,
    bool showImage,
    bool showName,
    Func<ImageSource> getImage,
    int? order = null
)

Parameters

Name Type
value String
description String
id Object
showImage Boolean
showName Boolean
getImage Func<ImageSource>

Optional Parameters

Name Type Default
order Nullable<Int32> null
See Also