Click or drag to resize
DefaultValueEditingComponentAttribute Class
Attribute to be used with DefaultValue property overrides to specify the editing form component. Sets the system properties such as Label or Order to proper values.
Inheritance Hierarchy

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

The DefaultValueEditingComponentAttribute type exposes the following members.

Constructors
  NameDescription
Public methodDefaultValueEditingComponentAttribute
Initializes a new instance of the DefaultValueEditingComponentAttribute class. Sets the Label to a proper localization string and Order to DEFAULT_VALUE.
Top
Properties
  NameDescription
Public propertyDefaultValue
Gets or sets the default value of the form component.
(Inherited from EditingComponentAttribute.)
Public propertyExplanationText
Gets or sets the explanation text of the form component.
(Inherited from EditingComponentAttribute.)
Public propertyFormComponentIdentifier
Identifier of the form component to be used for editing.
(Inherited from EditingComponentAttribute.)
Public propertyLabel
Gets or sets the label of the form component.
(Inherited from EditingComponentAttribute.)
Public propertyOrder
Gets or sets the order weight of the form component.
(Inherited from EditingComponentAttribute.)
Public propertyTooltip
Gets or sets the tooltip of the form component.
(Inherited from EditingComponentAttribute.)
Top
See Also