Click or drag to resize
InspectorEnumAttribute Properties

The InspectorEnumAttribute type exposes the following members.

Properties
  NameDescription
Public propertyAllowedValues
Allowed enum values. If not set, all values are allowed.
Public propertyFlags
Indicates if the enum has a Flags attribute.
Public propertyForbiddenValues
Forbidden enum values. If not set, no values are forbidden.
Public propertyPossibleValues
Returns a collection of values if the property has a defined set of possible values. Otherwise null is returned.
(Overrides InspectorPropertyAttributePossibleValues.)
Top
See Also