EnumDescriptor(Type) Constructor
Creates and initializes a new instance of the EnumDescriptor class.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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