A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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: 10.8.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.