Table of Contents

Class ExtensionForAttribute

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

Attribute to specify that the decorated class is a WPF extension for the specified item type.

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

Constructors

ExtensionForAttribute(Type)

Create a new ExtensionForAttribute that specifies that the decorated class is a WPF extension for the specified item type.

Properties

DesignedItemType

Gets the type of the item that is designed using this extension.

OverrideExtension

Gets/Sets the type of another extension that this extension is overriding.

OverrideExtensions

Gets/Sets the types of another extension that this extension is overriding.