Class FormComponentExtenderAttribute
Registers an extender for a form component.
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class FormComponentExtenderAttribute : Attribute
- Inheritance
-
objectAttributeFormComponentExtenderAttribute
- Extension Methods
Constructors
FormComponentExtenderAttribute(Type)
Initializes an instance of the FormComponentExtenderAttribute class.
public FormComponentExtenderAttribute(Type extenderType)
Parameters
extenderType
TypeRegistered extender.
Properties
ExtenderType
Type implementing the configuration.
public Type ExtenderType { get; }
Property Value
- Type