London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class RowSelectorColumn.SelectAllCheckBox

The checkbox in the header for select-all.

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

Constructors

SelectAllCheckBox()

Declaration
public SelectAllCheckBox()

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.

Methods

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.