Click or drag to resize

FilterWidgetBaseAddFilterRadio Method (ListControl, String, String, 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(
	ListControl radios,
	string text,
	string val,
	string tip
)

Parameters

radios
Type: System.Web.UI.WebControlsListControl
The RadioButtonList to which to add.
text
Type: SystemString
The text to use for the item.
val
Type: SystemString
The value to ues for the item.
tip
Type: SystemString
The tooltip to use.

Return Value

Type: ListItem
The newly added radio button item.
See Also