Table of Contents

Class PropertyEditorAttribute

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

Attribute to specify that the decorated class is a editor for the specified property.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public sealed class PropertyEditorAttribute : Attribute, _Attribute
Inheritance
PropertyEditorAttribute
Implements

Constructors

PropertyEditorAttribute(Type, string)

Creates a new PropertyEditorAttribute that specifies that the decorated class is a editor for the "propertyDeclaringType.propertyName".

Properties

PropertyDeclaringType

Gets the type that declares the property that the decorated editor supports.

PropertyName

Gets the name of the property that the decorated editor supports.