Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

EnumDescriptor(Type, Dictionary<String, String>) Constructor

Creates and initializes a new instance of the EnumDescriptor class.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public EnumDescriptor(
    Type enumType,
    Dictionary<string, string> captionByName
)

Parameters

Name Type Description
enumType Type

A Type object representing either an enumeration type or a nullable enumeration type. The underlying enumeration type is assigned to the EnumDescriptor.EnumType property.

captionByName Dictionary<String, String>

Remarks

Generally, you do not need to use this constructor.

See Also