DataGridViewCheckBoxHeaderColumn.CheckBoxHeaderCell Property
Gets the header cell of the row.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property CheckBoxHeaderCell As DataGridViewCheckBoxHeaderCell
Get
'Usage
Dim instance As DataGridViewCheckBoxHeaderColumn
Dim value As DataGridViewCheckBoxHeaderCell
value = instance.CheckBoxHeaderCell
public DataGridViewCheckBoxHeaderCell CheckBoxHeaderCell { get; }
public:
property DataGridViewCheckBoxHeaderCell^ CheckBoxHeaderCell {
DataGridViewCheckBoxHeaderCell^ get ();
}
member CheckBoxHeaderCell : DataGridViewCheckBoxHeaderCell
function get CheckBoxHeaderCell () : DataGridViewCheckBoxHeaderCell
Property Value
Type: Microsoft.SqlServer.Management.Controls.DataGridViewCheckBoxHeaderCell
The row of the header cell.