Click or drag to resize
DefaultValueEditingComponentAttribute Constructor
Initializes a new instance of the DefaultValueEditingComponentAttribute class. Sets the Label to a proper localization string and Order to DEFAULT_VALUE.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public DefaultValueEditingComponentAttribute(
	string formComponentIdentifier
)

Parameters

formComponentIdentifier
Type: SystemString
Defines identifier of a FormComponentTProperties, TValue registered via RegisterFormComponentAttribute which is used for editing the annotated property from Form builder's UI.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when formComponentIdentifier is null or an empty string.
See Also