DataGridViewColumnHeaderCell
Wisej.Web.DataGridViewColumnHeaderCell
Last updated
Was this helpful?
Wisej.Web.DataGridViewColumnHeaderCell
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents a column header in a control.
Initializes a new instance of .
: This property is not relevant for this class.
Throws:
rowIndex
The zero-based index of the row containing the cell.
firstCell
true to indicate that the cell is in the first column of the region defined by the selected cells; otherwise, false.
lastCell
true to indicate that the cell is the last column of the region defined by the selected cells; otherwise, false.
inFirstRow
true to indicate that the cell is in the first row of the region defined by the selected cells; otherwise, false.
inLastRow
true to indicate that the cell is in the last row of the region defined by the selected cells; otherwise, false.
format
The current format string of the cell.
Throws:
This method is not relevant for this class.
Returns the style applied to the column header cell.
includeVisualProperties
true to include inherited visual properties; otherwise, false to include only formatting properties.
Throws:
Returns the value of the cell.
Renders the cell's value and style.
data
The data collection to render the cell's value into.
styles
The styles collection to render the cell's styles into.
errors
The errors collection to render the cell's error text into.
tooltips
The tooltips collection to render the cell's tooltip text into.
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 or sets a value indicating which sort glyph is displayed.
When setting this property, the value of either the property or the property of the cell is null. or When changing the value of this property, the specified value is not and the value of the property of the owning column is .
Returns the formatted value of the cell to copy to the .
Returns: . An that represents the value of the cell to copy to the .
rowIndex is less than 0 or greater than or equal to the number of rows in the control.
The value of the cell's property is null.-or- is less than 0, indicating that the cell is a row header cell.
Formatting failed and either there is no handler for the event of the control or the handler set the property to true. The exception object can typically be cast to type .
Returns: .
Returns: . A that includes the style of the column header cell and the style inherited from the .
The cell has no associated .
Returns: . The value contained in the .
Returns: . true if the value has been set; otherwise, false.
Defines an object that can invoke a .