Skip to main content
.NET 6.0+

EnumDescriptor.IsNullable Property

Indicates whether the enumeration represented by the EnumDescriptor is nullable.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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