FilterWidgetBaseAddFilterRadio Method (RadioButtonList, String) |
Add a single radio button item to the specified RadioButtonList.
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected ListItem AddFilterRadio(
RadioButtonList radios,
string text
)
Protected Function AddFilterRadio (
radios As RadioButtonList,
text As String
) As ListItem
Parameters
- radios
- Type: System.Web.UI.WebControlsRadioButtonList
The RadioButtonList to which to add. - text
- Type: SystemString
The text to use for the item.
Return Value
Type:
ListItemThe newly added radio button item.
See Also