A flag that indicates whether there is a checkbox in the Header that sets all the checkboxes

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool HeaderCheckBox { get; set; }
Visual Basic
Public Property HeaderCheckBox As Boolean
	Get
	Set

Field Value

A Boolean

See Also