| InspectorEnumAttribute Properties |
The InspectorEnumAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowedValues |
Allowed enum values. If not set, all values are allowed.
| |
| Flags |
Indicates if the enum has a Flags attribute.
| |
| ForbiddenValues |
Forbidden enum values. If not set, no values are forbidden.
| |
| PossibleValues |
Returns a collection of values if the property has a defined set of possible values.
Otherwise null is returned.
(Overrides InspectorPropertyAttributePossibleValues.) |