DataGridViewCell Properties
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | AccessibilityObject | Gets the DataGridViewCell::DataGridViewCellAccessibleObject assigned to the DataGridViewCell. |
![]() | ColumnIndex | Gets the column index for this cell. |
![]() | ContentBounds | Gets the bounding rectangle that encloses the cell's content area. |
![]() | ContextMenuStrip | Gets or sets the shortcut menu associated with the cell. |
![]() | 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. |
![]() | Displayed | Gets a value that indicates whether the cell is currently displayed on-screen. |
![]() | 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. |
![]() | EditType | Gets the type of the cell's hosted editing control. |
![]() | ErrorIconBounds | Gets the bounds of the error icon for the cell. |
![]() | ErrorText | Gets or sets the text describing an error condition associated with the cell. |
![]() | FormattedValue | Gets the value of the cell as formatted for display. |
![]() | FormattedValueType | Gets the type of the formatted value associated with the cell. |
![]() | Frozen | Gets a value indicating whether the cell is frozen. |
![]() | HasStyle | Gets a value indicating whether the Style property has been set. |
![]() | InheritedState | Gets the current state of the cell as inherited from the state of its row and column. |
![]() | InheritedStyle | Gets the style currently applied to the cell. |
![]() | IsInEditMode | Gets a value indicating whether this cell is currently being edited. |
![]() | OwningColumn | Gets the column that contains this cell. |
![]() | OwningRow | Gets the row that contains this cell. |
![]() | PreferredSize | Gets the size, in pixels, of a rectangular area into which the cell can fit. |
![]() | ReadOnly | Gets or sets a value indicating whether the cell's data can be edited. |
![]() | Resizable | Gets a value indicating whether the cell can be resized. |
![]() | RowIndex | Gets the index of the cell's parent row. |
![]() | Selected | Gets or sets a value indicating whether the cell has been selected. |
![]() | Size | Gets the size of the cell. |
![]() | State | Gets the user interface (UI) state of the element.(Inherited from DataGridViewElement.) |
![]() | Style | Gets or sets the style for the cell. |
![]() | Tag | Gets or sets the object that contains supplemental data about the cell. |
![]() | ToolTipText | Gets or sets the ToolTip text associated with this cell. |
![]() | Value | Gets or sets the value associated with this cell. |
![]() | ValueType | Gets or sets the data type of the values in the cell. |
![]() | Visible | Gets a value indicating whether the cell is in a row or column that has been hidden. |
