Constructor PropertyEditorAttribute
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
PropertyEditorAttribute(Type, string)
Creates a new PropertyEditorAttribute that specifies that the decorated class is a editor
for the "propertyDeclaringType
.propertyName
".
public PropertyEditorAttribute(Type propertyDeclaringType, string propertyName)