Click or drag to resize
FormComponent Properties

The FormComponent type exposes the following members.

Properties
  NameDescription
Public propertyBaseProperties
Gets the form component's properties as its base type.
Public propertyCustomAutopostHandling
If true, prevents built-in visibility condition handling for this component.
Public propertyDefinition
Gets or sets the definition under which the form component is registered in the system.
Public propertyHasDependingFields
Gets or sets a value indicating whether there are another form components whose visibility condition depends on this component's value.
Public propertyLabelForPropertyName
Gets the name of the property representing the editing field in the resulting HTML markup. The name is used to infer a proper label for attribute value in the rendered HTML markup. Defaults to first found property annotated with BindablePropertyAttribute.
Public propertyName
Gets or sets the name of the corresponding form field. The name is used as a prefix when naming the HTML input.
Public propertyPropertiesType
Gets the properties type of the form component.
Public propertyShowPartialValidationMessages
Also shows validation errors of partial values of the component. If false, each individual component should contain validation message in its partial view.
Top
See Also