Skip to main content
A newer version of this page is available. .

EnumDescriptor.IsNullable Property

Indicates whether the enumeration represented by the EnumDescriptor is nullable.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v18.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