Table of Contents

Class FormComponentExtenderAttribute

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

Registers an extender for a form component.

[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class FormComponentExtenderAttribute : Attribute
Inheritance
object
Attribute
FormComponentExtenderAttribute
Extension Methods

Constructors

FormComponentExtenderAttribute(Type)

Initializes an instance of the FormComponentExtenderAttribute class.

public FormComponentExtenderAttribute(Type extenderType)

Parameters

extenderType Type

Registered extender.

Properties

ExtenderType

Type implementing the configuration.

public Type ExtenderType { get; }

Property Value

Type