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 Enum |
Enum |
Specifies the underlying type of the enumeration represented by the Enum |
Is |
Indicates whether the enumeration represented by the Enum |
Values |
Specifies the values of the enumeration represented by the Enum |
See Also