RadioButtonsComponent Methods |
The RadioButtonsComponent type exposes the following members.
Name | Description | |
---|---|---|
BindContext | Binds contextual information to the form component. The actual type of context depends on where the component is being used. The component can throw an exception if being used in a context for which it is not designed. The base implementation provided by this class must be called prior to throwing an exception, however. | |
GetDisplayName |
Returns non-localized string representing component name.
Component Name is returned in case of empty Label.
(Inherited from FormComponent.) | |
GetHtmlOptions |
Returns collection of items populated in component.
(Inherited from SelectorFormComponentTProperties.) | |
GetItems | Obsolete.
Returns collection of items populated in component.
(Inherited from SelectorFormComponentTProperties.)This method is obsolete. Use GetHtmlOptions method instead. | |
GetModelPropertyCustomAttributesT |
Gets a collection of custom attributes applied to the model's property
this form component represents.
(Inherited from FormComponent.) | |
GetObjectValue |
Gets the value of the form component. The GetValue method can be used
directly to obtain the typed value.
(Inherited from FormComponentTProperties, TValue.) | |
GetValue |
Gets the SelectedValue property.
(Inherited from SelectorFormComponentTProperties.) | |
LoadProperties |
Loads properties of the form component. The actual properties type must match the PropertiesType.
(Inherited from SelectorFormComponentTProperties.) | |
ModifyMetadata |
Modifies modelMetadata according to the current object.
(Inherited from FormComponent.) | |
SetObjectValue |
Sets the value of the form component.
The value must be of proper type or an exception is thrown.
The SetValue(TValue) method can be used directly to set the typed default value.
(Inherited from FormComponentTProperties, TValue.) | |
SetValue |
Sets the SelectedValue property.
(Inherited from SelectorFormComponentTProperties.) | |
Validate |
Performs validation on SelectedValue property checking whether such value is present in HtmlOptions.
(Inherited from SelectorFormComponentTProperties.) |
Name | Description | |
---|---|---|
GetBizFormComponentContext |
Gets BizFormComponentContext of a form component, if such a context was bound to the component.
(Defined by FormComponentExtensions.) |