DataGridViewCell Class

Represents an individual cell in a DataGridView control.  

Namespace: elsystem.windows.forms

Properties

  Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property BackColor object Gets or sets the background color of the cell.
Public property Font object Gets or sets the font of the cell.
Public property ForeColor object Gets or sets the foreground color of the cell.
Public property ReadOnly bool True if the cell is read-only, otherwise false.
Public property Selected bool True if the cell is currently selected, otherwise false.
Public property Style object Gets the value indicating the display style of the cell. See DataGridViewCellStyle for additional properties.
Public property Tag object Gets or sets a value or object that can be used to store data associated with the control.
Public property Text string Gets or sets the text in the cell.
Public property ToolTipText string Gets or sets the ToolTip text associated with this cell.
Public property Value object Gets or sets the value associated with this cell.
Inheritance Hierarchy

elsystem.Object

elsystem.DotNetObject

elsystem.windows.forms.DataGridViewCell