PropertyEditorAttribute Constructor
PropertyEditorAttribute(Type, String)
Creates a new PropertyEditorAttribute that specifies that the decorated class is a editor
for the "propertyDeclaringType
.propertyName
".
Declaration
public PropertyEditorAttribute(Type propertyDeclaringType, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.Type | propertyDeclaringType | |
System.String | propertyName |