PropertyEditorAttribute Properties
Applied to a custom Property Editor. Registers the Property Editor in the application and specifies the data type for which the Property Editor is intended.
Name | Description |
---|---|
Is |
Indicates whether the target Property Editor should be automatically used for the properties of the specified type. |
Property |
Specifies the type of properties that the target Property Editor can display. |
Type |
When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
See Also