CompareToFieldSelectorComponent Properties |
The CompareToFieldSelectorComponent type exposes the following members.
Name | Description | |
---|---|---|
BaseProperties |
Gets the form component's properties as its base type.
(Inherited from FormComponentTProperties, TValue.) | |
CustomAutopostHandling |
If true, prevents built-in visibility condition handling for this component.
(Inherited from FormComponent.) | |
Definition |
Gets or sets the definition under which the form component is registered in the system.
(Inherited from FormComponent.) | |
FieldGuid |
Represents the selector value in the resulting HTML.
| |
FieldNames | Obsolete.
Gets enumeration of available fields to populate the selector.
This property is obsolete. Use HtmlOptions property instead. Use ToSelectListItems(IEnumerableHtmlOptionItem) extension method to map an enumeration of HtmlOptionItem to enumeration of SelectListItem within Razor views. | |
HasDependingFields |
Gets or sets a value indicating whether there are another form components
whose visibility condition depends on this component's value.
(Inherited from FormComponent.) | |
HtmlOptions |
Gets enumeration of available fields to populate the selector.
| |
LabelForPropertyName |
Gets name of the FieldGuid property.
(Overrides FormComponentLabelForPropertyName.) | |
Name |
Gets or sets the name of the corresponding form field.
The name is used as a prefix when naming the HTML input.
(Inherited from FormComponent.) | |
Properties |
Gets the form component's properties.
(Inherited from FormComponentTProperties, TValue.) | |
PropertiesType |
Gets the properties type of the form component.
(Inherited from FormComponent.) | |
ShowPartialValidationMessages |
Also shows validation errors of partial values of the component.
If false, each individual component should contain validation message in its partial view.
(Inherited from FormComponent.) |