WFRadioButtonList

The implementation of this Web Control displays multiple radio buttons on the page.

Properties

Field Name Definition
BindingName

The BindingName property allows you to type in a name that becomes the custom attribute name. You can also select the XPath of the data element contained within the XML Schema file for which to bind this control.

Click on the BindingName property, the Select XPath from XML Schema window appears.

Choose an XPath node for which to bind and click OK.

Inherits

  • System.Web.UI.WebControls.RadioButtonList
  • WFDataBindingControl

Usage

WFRadioButtonList only supports string data type. Do not use WFRadioButtonList to bind with a Single Condition, rather use a Multiple Condition.