Class RowSelectorColumn.ParticipantCheckBox

The checkboxes which appear in each cell of a RowSelectorColumn when SelectionMode is set to System.Web.UI.WebControls.ListSelectionMode.Multiple.

Inheritance
System.Object
RowSelectorColumn.ParticipantCheckBox
Namespace: Mediachase.Web.Console.Controls
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0
Syntax
public class ParticipantCheckBox : HtmlInputCheckBox

Constructors

ParticipantCheckBox()

Declaration
public ParticipantCheckBox()

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

true if [auto post back]; otherwise, false.

Master

Gets or sets the checkbox which controls the checked state of this checkbox.

Declaration
public Control Master { get; set; }
Property Value
Type Description
System.Web.UI.Control

The master.

Methods

Render(HtmlTextWriter)

Overrides System.Web.UI.HtmlControls.HtmlControl.Render(System.Web.UI.HtmlTextWriter).

Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter writer

A System.Web.UI.HtmlTextWriter that contains the output stream to render on the client.

RenderAttributes(HtmlTextWriter)

Overrides System.Web.UI.HtmlControls.HtmlControl.RenderAttributes(System.Web.UI.HtmlTextWriter)

Declaration
protected override void RenderAttributes(HtmlTextWriter writer)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter writer

The System.Web.UI.HtmlTextWriter instance that contains the output stream to render on the client.