Skip to main content
.NET 6.0+

EnumDescriptor(Type) Constructor

Creates and initializes a new instance of the EnumDescriptor class.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public EnumDescriptor(
    Type type
)

Parameters

Name Type Description
type 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.

See Also