Skip to main content
All docs
V25.1
  • EnumMemberInfo(String, String, Object, Boolean, Boolean, Func<ImageSource>, 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,
        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