Class EditingComponentConfigurationAttribute
Allows to configure a form component instance, specified by the EditingComponentAttribute.
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = false)]
public class EditingComponentConfigurationAttribute : Attribute
- Inheritance
-
objectAttributeEditingComponentConfigurationAttribute
- Extension Methods
Remarks
The configurator is invoked after all the form component properties are set. The visibility conditions are not evaluated yet.
Constructors
EditingComponentConfigurationAttribute(Type)
Initializes a new instance of the EditingComponentConfigurationAttribute class.
public EditingComponentConfigurationAttribute(Type configuratorType)
Parameters
configuratorType
TypeFormComponent configurator type.
EditingComponentConfigurationAttribute(Type, string)
Initializes a new instance of the EditingComponentConfigurationAttribute class.
public EditingComponentConfigurationAttribute(Type configuratorType, string dependencyFieldName)
Parameters
configuratorType
TypeFormComponent configurator type.
dependencyFieldName
stringName of the dependency field which will trigger the configurator when changed.