EnumDescriptor.IsNullable Property
Indicates whether the enumeration represented by the EnumDescriptor is nullable.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the EnumDescriptor represents a nullable enumeration type; otherwise, false. |
Remarks
To get the underlying type of the enumeration, use the EnumDescriptor.EnumType property.
See Also