DataGridViewRowHeaderCell Properties
.NET Framework 4.5
The DataGridViewRowHeaderCell type exposes the following members.
| Name | Description | |
|---|---|---|
|
AccessibilityObject | Gets the DataGridViewCell.DataGridViewCellAccessibleObject assigned to the DataGridViewCell. (Inherited from DataGridViewCell.) |
|
ButtonState | Gets the buttonlike visual state of the header cell. (Inherited from DataGridViewHeaderCell.) |
|
ColumnIndex | Gets the column index for this cell. (Inherited from DataGridViewCell.) |
|
ContentBounds | Gets the bounding rectangle that encloses the cell's content area. (Inherited from DataGridViewCell.) |
|
ContextMenuStrip | Gets or sets the shortcut menu associated with the cell. (Inherited from DataGridViewCell.) |
|
DataGridView | Gets the DataGridView control associated with this element. (Inherited from DataGridViewElement.) |
|
DefaultNewRowValue | Gets the default value for a cell in the row for new records. (Inherited from DataGridViewCell.) |
|
Displayed | Gets a value that indicates whether the cell is currently displayed on-screen. (Inherited from DataGridViewHeaderCell.) |
|
EditedFormattedValue | Gets the current, formatted value of the cell, regardless of whether the cell is in edit mode and the value has not been committed. (Inherited from DataGridViewCell.) |
|
EditType | Gets the type of the cell's hosted editing control. (Inherited from DataGridViewCell.) |
|
ErrorIconBounds | Gets the bounds of the error icon for the cell. (Inherited from DataGridViewCell.) |
|
ErrorText | Gets or sets the text describing an error condition associated with the cell. (Inherited from DataGridViewCell.) |
|
FormattedValue | Gets the value of the cell as formatted for display. (Inherited from DataGridViewCell.) |
|
FormattedValueType | Gets the type of the formatted value of the cell. (Inherited from DataGridViewHeaderCell.) |
|
Frozen | Gets a value indicating whether the cell is frozen. (Inherited from DataGridViewHeaderCell.) |
|
HasStyle | Gets a value indicating whether the Style property has been set. (Inherited from DataGridViewCell.) |
|
InheritedState | Gets the current state of the cell as inherited from the state of its row and column. (Inherited from DataGridViewCell.) |
|
InheritedStyle | Gets the style currently applied to the cell. (Inherited from DataGridViewCell.) |
|
IsInEditMode | Gets a value indicating whether this cell is currently being edited. (Inherited from DataGridViewCell.) |
|
OwningColumn | Gets the column that contains this cell. (Inherited from DataGridViewCell.) |
|
OwningRow | Gets the row that contains this cell. (Inherited from DataGridViewCell.) |
|
PreferredSize | Gets the size, in pixels, of a rectangular area into which the cell can fit. (Inherited from DataGridViewCell.) |
|
ReadOnly | Gets a value indicating whether the header cell is read-only. (Inherited from DataGridViewHeaderCell.) |
|
Resizable | Gets a value indicating whether the cell is resizable. (Inherited from DataGridViewHeaderCell.) |
|
RowIndex | Gets the index of the cell's parent row. (Inherited from DataGridViewCell.) |
|
Selected | Gets or sets a value indicating whether the cell is selected. (Inherited from DataGridViewHeaderCell.) |
|
Size | Gets the size of the cell. (Inherited from DataGridViewCell.) |
|
State | Gets the user interface (UI) state of the element. (Inherited from DataGridViewElement.) |
|
Style | Gets or sets the style for the cell. (Inherited from DataGridViewCell.) |
|
Tag | Gets or sets the object that contains supplemental data about the cell. (Inherited from DataGridViewCell.) |
|
ToolTipText | Gets or sets the ToolTip text associated with this cell. (Inherited from DataGridViewCell.) |
|
Value | Gets or sets the value associated with this cell. (Inherited from DataGridViewCell.) |
|
ValueType | Gets the type of the value stored in the cell. (Inherited from DataGridViewHeaderCell.) |
|
Visible | Gets a value indicating whether or not the cell is visible. (Inherited from DataGridViewHeaderCell.) |