Class RowSelectorColumn.ParticipantCheckBox
The checkboxes which appear in each cell of a Row
Inheritance
System.Object
RowSelectorColumn.ParticipantCheckBox
Namespace: Mediachase.Web.Console.Controls
Assembly: Mediachase.WebConsoleLib.dll
Version: 13.30.0Syntax
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. |
|
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. |
The master. |
Methods
Render(HtmlTextWriter)
Overrides System.
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type | Name | Description |
---|---|---|
System. |
writer | A System. |
RenderAttributes(HtmlTextWriter)
Overrides System.
Declaration
protected override void RenderAttributes(HtmlTextWriter writer)
Parameters
Type | Name | Description |
---|---|---|
System. |
writer | The System. |