Click or drag to resize

RadioButton Class

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

Namespace:  Dynamicweb.UI.Controls
Assembly:  Dynamicweb.UI.Controls (in Dynamicweb.UI.Controls.dll) Version: 2.3.1
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 propertyDoTranslation
Public propertyFieldName
Public propertyFieldValue
Public propertyInfo
Public propertyLabel
Public propertyName
Public propertyOnClick
Public propertySelectedFieldValue
Top
Methods
See Also