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

EnumDescriptor.IsNullable Property

Indicates whether the enumeration represented by the EnumDescriptor is nullable.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public bool IsNullable { get; }

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