DataGridViewHeaderCell
Wisej.Web.DataGridViewHeaderCell
Last updated
Was this helpful?
Wisej.Web.DataGridViewHeaderCell
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Contains functionality common to row header cells and column header cells.
Initializes a new instance of .
:
Throws:
Throws:
Creates a copy of this cell.
Returns a value indicating the current state of the cell as inherited from the state of its row or column.
rowIndex
Throws:
Returns the value of the cell.
Sets the value of the cell.
value
The cell value to set.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
: Returns a value indicating whether the cell is frozen.
: Returns a value indicating whether the header cell is read-only.
An operation tries to set this property.
: Returns a value indicating whether the cell is resizable.
: Returns or sets whether the cell is selected.
This property is being set.
: Returns the type of the value stored in the cell.
: Returns a value indicating whether or not the cell is visible.
Returns: . The cloned .
The index of the row containing the cell or -1 if the cell is not a row header cell or is not contained within a control.
Returns: . A combination of values representing the current state of the cell.
The cell is a row header cell, the cell is not contained within a control, and rowIndex is not -1.- or -The cell is a row header cell, the cell is contained within a control, and rowIndex is outside the valid range of 0 to the number of rows in the control minus 1.- or -The cell is a row header cell and rowIndex is not the index of the row containing this cell.
The cell is a column header cell or the control's and rowIndex is not -1.
Returns: . The value contained in the .
Returns: . true if the value has been set; otherwise, false.
Represents a column header in a control.
Represents a row header of a control.
Defines an object that can invoke a .