DefaultValueEditingComponentAttribute Class |
Namespace: Kentico.Forms.Web.Mvc
public class DefaultValueEditingComponentAttribute : EditingComponentAttribute
The DefaultValueEditingComponentAttribute type exposes the following members.
Name | Description | |
---|---|---|
DefaultValueEditingComponentAttribute |
Initializes a new instance of the DefaultValueEditingComponentAttribute class.
Sets the Label to a proper localization string and Order to DEFAULT_VALUE.
|
Name | Description | |
---|---|---|
DefaultValue |
Gets or sets the default value of the form component.
(Inherited from EditingComponentAttribute.) | |
ExplanationText |
Gets or sets the explanation text of the form component.
(Inherited from EditingComponentAttribute.) | |
FormComponentIdentifier |
Identifier of the form component to be used for editing.
(Inherited from EditingComponentAttribute.) | |
Label |
Gets or sets the label of the form component.
(Inherited from EditingComponentAttribute.) | |
Order |
Gets or sets the order weight of the form component.
(Inherited from EditingComponentAttribute.) | |
Tooltip |
Gets or sets the tooltip of the form component.
(Inherited from EditingComponentAttribute.) |