Class RowSelectorColumn.ParticipantRadioButton
The radiobutton which appears in each cell of a RowSelectorColumn when SelectionMode is set to System.Web.UI.WebControls.ListSelectionMode.Single.
Inheritance
Implements
Namespace: Mediachase.Web.Console.Controls
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0Syntax
public class ParticipantRadioButton : HtmlInputRadioButton, IPostBackDataHandler
Constructors
ParticipantRadioButton()
Declaration
public ParticipantRadioButton()
Properties
AutoPostBack
Gets or sets if the control will postback after being changed.
Declaration
public bool AutoPostBack { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
RenderedNameAttribute
Gets the final rendering of the Name attribute.
Declaration
protected virtual string RenderedNameAttribute { get; }
Property Value
Type | Description |
---|---|
System.String | The rendered name attribute. |
Remarks
Differs from the standard RenderedNameAttribute to use the column as the logical naming container instead of the row.
Methods
DiscoverContainers()
Looks up the control heirarchy to discover the container controls for this radiobutton
Declaration
protected virtual void DiscoverContainers()
RenderAttributes(HtmlTextWriter)
Overrides System.Web.UI.HtmlControls.HtmlInputRadioButton.RenderAttributes(System.Web.UI.HtmlTextWriter).
Declaration
protected override void RenderAttributes(HtmlTextWriter writer)
Parameters
Type | Name | Description |
---|---|---|
System.Web.UI.HtmlTextWriter | writer | An System.Web.UI.HtmlTextWriter that receives the rendered output. |
Remarks
Customized to use this implementation of RenderedNameAttribute