Click or drag to resize

RadioButton Class

Inheritance Hierarchy
System.Web.UI.WebControlsWebControl
  Dynamicweb.ControlsRadioButton

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[DefaultPropertyAttribute("Text")]
public class RadioButton : WebControl, 
	IPostBackDataHandler

The RadioButton type exposes the following members.

Constructors
  NameDescription
Public methodRadioButton
Initializes a new instance of the RadioButton class
Top
Properties
  NameDescription
Public propertyChecked
Gets value indicating whether radio button is checked.
Public propertyFieldName
Public propertyFieldValue
Public propertyOnClientClick
Gets or sets the client script that is executed when the user clicks the radio-button.
Public propertySelectedFieldValue
Top
Methods
See Also