PropertyEditorAttribute Constructors
Registers a custom Property Editor in the Application Model.| Name | Parameters | Description |
|---|---|---|
| PropertyEditorAttribute(Type, Boolean) | propertyType, defaultEditor | Creates an instance of the PropertyEditorAttribute class, initializing the PropertyType and IsDefaultEditor properties. |
| PropertyEditorAttribute(Type, String, Boolean) | propertyType, alias, isDefaultEditor | Creates an instance of the PropertyEditorAttribute class, initializing the PropertyType and IsDefaultEditor properties. |
| PropertyEditorAttribute(Type, String) | propertyType, alias | Creates an instance of the PropertyEditorAttribute class, initializing the PropertyType. |
See Also