Class TypeEditorAttribute
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Attribute to specify that the decorated class is a editor for properties with the specified return type.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public sealed class TypeEditorAttribute : Attribute, _Attribute
- Inheritance
-
TypeEditorAttribute
- Implements
Constructors
- TypeEditorAttribute(Type)
Creates a new TypeEditorAttribute that specifies that the decorated class is a editor for properties with the return type "
supportedPropertyType
".
Properties
- SupportedPropertyType
Gets the supported property type.