Click or drag to resize

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
)

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: ListItem
The newly added radio button item.
See Also