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 |
---|---|
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