Skip to main content
.NET 8.0+

PropertyEditorAttribute Properties

Registers a custom Property Editor in the Application Model.
Name Description
IsDefaultEditor Indicates whether the target Property Editor should be automatically used for the properties of the specified type.
PropertyType Specifies the type of properties that the target Property Editor can display.
TypeId When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.
See Also