EnumDescriptor Properties
Supplies metadata information on an enumeration used in an XAF application.| Name | Description |
|---|---|
| Captions | Specifies the display captions associated with the values of the enumeration represented by the EnumDescriptor. |
| EnumType | Specifies the underlying type of the enumeration represented by the EnumDescriptor. |
| IsNullable | Indicates whether the enumeration represented by the EnumDescriptor is nullable. |
| Values | Specifies the values of the enumeration represented by the EnumDescriptor. |
See Also