This topic has not yet been rated - Rate this topic

DataGridViewTextBoxCell Class

Displays editable text information in a DataGridView control.

System.Object
  System.Windows.Forms.DataGridViewElement
    System.Windows.Forms.DataGridViewCell
      System.Windows.Forms.DataGridViewTextBoxCell

Namespace:  System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)
public class DataGridViewTextBoxCell : DataGridViewCell

The DataGridViewTextBoxCell type exposes the following members.

  Name Description
Public method DataGridViewTextBoxCell Initializes a new instance of the DataGridViewTextBoxCell class.
Top
  Name Description
Public property AccessibilityObject Gets the DataGridViewCell.DataGridViewCellAccessibleObject assigned to the DataGridViewCell. (Inherited from DataGridViewCell.)
Public property ColumnIndex Gets the column index for this cell. (Inherited from DataGridViewCell.)
Public property ContentBounds Gets the bounding rectangle that encloses the cell's content area. (Inherited from DataGridViewCell.)
Public property ContextMenuStrip Gets or sets the shortcut menu associated with the cell. (Inherited from DataGridViewCell.)
Public property DataGridView Gets the DataGridView control associated with this element. (Inherited from DataGridViewElement.)
Public property DefaultNewRowValue Gets the default value for a cell in the row for new records. (Inherited from DataGridViewCell.)
Public property Displayed Gets a value that indicates whether the cell is currently displayed on-screen. (Inherited from DataGridViewCell.)
Public property 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.)
Public property EditType Gets the type of the cell's hosted editing control. (Inherited from DataGridViewCell.)
Public property ErrorIconBounds Gets the bounds of the error icon for the cell. (Inherited from DataGridViewCell.)
Public property ErrorText Gets or sets the text describing an error condition associated with the cell. (Inherited from DataGridViewCell.)
Public property FormattedValue Gets the value of the cell as formatted for display. (Inherited from DataGridViewCell.)
Public property FormattedValueType Gets the type of the formatted value associated with the cell. (Overrides DataGridViewCell.FormattedValueType.)
Public property Frozen Gets a value indicating whether the cell is frozen. (Inherited from DataGridViewCell.)
Public property HasStyle Gets a value indicating whether the Style property has been set. (Inherited from DataGridViewCell.)
Public property InheritedState Gets the current state of the cell as inherited from the state of its row and column. (Inherited from DataGridViewCell.)
Public property InheritedStyle Gets the style currently applied to the cell. (Inherited from DataGridViewCell.)
Public property IsInEditMode Gets a value indicating whether this cell is currently being edited. (Inherited from DataGridViewCell.)
Public property MaxInputLength Gets or sets the maximum number of characters that can be entered into the text box.
Public property OwningColumn Gets the column that contains this cell. (Inherited from DataGridViewCell.)
Public property OwningRow Gets the row that contains this cell. (Inherited from DataGridViewCell.)
Public property PreferredSize Gets the size, in pixels, of a rectangular area into which the cell can fit. (Inherited from DataGridViewCell.)
Public property ReadOnly Gets or sets a value indicating whether the cell's data can be edited. (Inherited from DataGridViewCell.)
Public property Resizable Gets a value indicating whether the cell can be resized. (Inherited from DataGridViewCell.)
Public property RowIndex Gets the index of the cell's parent row. (Inherited from DataGridViewCell.)
Public property Selected Gets or sets a value indicating whether the cell has been selected. (Inherited from DataGridViewCell.)
Public property Size Gets the size of the cell. (Inherited from DataGridViewCell.)
Public property State Gets the user interface (UI) state of the element. (Inherited from DataGridViewElement.)
Public property Style Gets or sets the style for the cell. (Inherited from DataGridViewCell.)
Public property Tag Gets or sets the object that contains supplemental data about the cell. (Inherited from DataGridViewCell.)
Public property ToolTipText Gets or sets the ToolTip text associated with this cell. (Inherited from DataGridViewCell.)
Public property Value Gets or sets the value associated with this cell. (Inherited from DataGridViewCell.)
Public property ValueType Gets or sets the data type of the values in the cell. (Overrides DataGridViewCell.ValueType.)
Public property Visible Gets a value indicating whether the cell is in a row or column that has been hidden. (Inherited from DataGridViewCell.)
Top
  Name Description
Public method AdjustCellBorderStyle Modifies the input cell border style according to the specified criteria. (Inherited from DataGridViewCell.)
Protected method BorderWidths Returns a Rectangle that represents the widths of all the cell margins. (Inherited from DataGridViewCell.)
Protected method ClickUnsharesRow Indicates whether the cell's row will be unshared when the cell is clicked. (Inherited from DataGridViewCell.)
Public method Clone Creates an exact copy of this cell. (Overrides DataGridViewCell.Clone().)
Protected method ContentClickUnsharesRow Indicates whether the cell's row will be unshared when the cell's content is clicked. (Inherited from DataGridViewCell.)
Protected method ContentDoubleClickUnsharesRow Indicates whether the cell's row will be unshared when the cell's content is double-clicked. (Inherited from DataGridViewCell.)
Protected method CreateAccessibilityInstance Creates a new accessible object for the DataGridViewCell. (Inherited from DataGridViewCell.)
Public method DetachEditingControl Removes the cell's editing control from the DataGridView. (Overrides DataGridViewCell.DetachEditingControl().)
Public method Dispose() Releases all resources used by the DataGridViewCell. (Inherited from DataGridViewCell.)
Protected method Dispose(Boolean) Releases the unmanaged resources used by the DataGridViewCell and optionally releases the managed resources. (Inherited from DataGridViewCell.)
Protected method DoubleClickUnsharesRow Indicates whether the cell's row will be unshared when the cell is double-clicked. (Inherited from DataGridViewCell.)
Protected method EnterUnsharesRow Indicates whether the parent row will be unshared when the focus moves to the cell. (Inherited from DataGridViewCell.)
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Releases the unmanaged resources and performs other cleanup operations before the DataGridViewCell is reclaimed by garbage collection. (Inherited from DataGridViewCell.)
Protected method GetClipboardContent Retrieves the formatted value of the cell to copy to the Clipboard. (Inherited from DataGridViewCell.)
Public method GetContentBounds(Int32) Returns the bounding rectangle that encloses the cell's content area using a default Graphics and cell style currently in effect for the cell. (Inherited from DataGridViewCell.)
Protected method GetContentBounds(Graphics, DataGridViewCellStyle, Int32) Returns the bounding rectangle that encloses the cell's content area, which is calculated using the specified Graphics and cell style. (Overrides DataGridViewCell.GetContentBounds(Graphics, DataGridViewCellStyle, Int32).)
Public method GetEditedFormattedValue Returns 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.)
Protected method GetErrorIconBounds Returns the bounding rectangle that encloses the cell's error icon, if one is displayed. (Overrides DataGridViewCell.GetErrorIconBounds(Graphics, DataGridViewCellStyle, Int32).)
Protected method GetErrorText Returns a string that represents the error for the cell. (Inherited from DataGridViewCell.)
Protected method GetFormattedValue Gets the value of the cell as formatted for display. (Inherited from DataGridViewCell.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetInheritedContextMenuStrip Gets the inherited shortcut menu for the current cell. (Inherited from DataGridViewCell.)
Public method GetInheritedState Returns a value indicating the current state of the cell as inherited from the state of its row and column. (Inherited from DataGridViewCell.)
Public method GetInheritedStyle Gets the style applied to the cell. (Inherited from DataGridViewCell.)
Protected method GetPreferredSize Calculates the preferred size, in pixels, of the cell. (Overrides DataGridViewCell.GetPreferredSize(Graphics, DataGridViewCellStyle, Int32, Size).)
Protected method GetSize Gets the size of the cell. (Inherited from DataGridViewCell.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method GetValue Gets the value of the cell. (Inherited from DataGridViewCell.)
Public method InitializeEditingControl Attaches and initializes the hosted editing control. (Overrides DataGridViewCell.InitializeEditingControl(Int32, Object, DataGridViewCellStyle).)
Protected method KeyDownUnsharesRow Indicates whether the parent row is unshared if the user presses a key while the focus is on the cell. (Inherited from DataGridViewCell.)
Public method KeyEntersEditMode Determines if edit mode should be started based on the given key. (Overrides DataGridViewCell.KeyEntersEditMode(KeyEventArgs).)
Protected method KeyPressUnsharesRow Indicates whether a row will be unshared if a key is pressed while a cell in the row has focus. (Inherited from DataGridViewCell.)
Protected method KeyUpUnsharesRow Indicates whether the parent row is unshared when the user releases a key while the focus is on the cell. (Inherited from DataGridViewCell.)
Protected method LeaveUnsharesRow Indicates whether a row will be unshared when the focus leaves a cell in the row. (Inherited from DataGridViewCell.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method MouseClickUnsharesRow Indicates whether a row will be unshared if the user clicks a mouse button while the pointer is on a cell in the row. (Inherited from DataGridViewCell.)
Protected method MouseDoubleClickUnsharesRow Indicates whether a row will be unshared if the user double-clicks a cell in the row. (Inherited from DataGridViewCell.)
Protected method MouseDownUnsharesRow Indicates whether a row will be unshared when the user holds down a mouse button while the pointer is on a cell in the row. (Inherited from DataGridViewCell.)
Protected method MouseEnterUnsharesRow Indicates whether a row will be unshared when the mouse pointer moves over a cell in the row. (Inherited from DataGridViewCell.)
Protected method MouseLeaveUnsharesRow Indicates whether a row will be unshared when the mouse pointer leaves the row. (Inherited from DataGridViewCell.)
Protected method MouseMoveUnsharesRow Indicates whether a row will be unshared when the mouse pointer moves over a cell in the row. (Inherited from DataGridViewCell.)
Protected method MouseUpUnsharesRow Indicates whether a row will be unshared when the user releases a mouse button while the pointer is on a cell in the row. (Inherited from DataGridViewCell.)
Protected method OnClick Called when the cell is clicked. (Inherited from DataGridViewCell.)
Protected method OnContentClick Called when the cell's contents are clicked. (Inherited from DataGridViewCell.)
Protected method OnContentDoubleClick Called when the cell's contents are double-clicked. (Inherited from DataGridViewCell.)
Protected method OnDataGridViewChanged Called when the DataGridView property of the cell changes. (Inherited from DataGridViewCell.)
Protected method OnDoubleClick Called when the cell is double-clicked. (Inherited from DataGridViewCell.)
Protected method OnEnter Called by DataGridView when the selection cursor moves onto a cell. (Overrides DataGridViewCell.OnEnter(Int32, Boolean).)
Protected method OnKeyDown Called when a character key is pressed while the focus is on a cell. (Inherited from DataGridViewCell.)
Protected method OnKeyPress Called when a key is pressed while the focus is on a cell. (Inherited from DataGridViewCell.)
Protected method OnKeyUp Called when a character key is released while the focus is on a cell. (Inherited from DataGridViewCell.)
Protected method OnLeave Called by the DataGridView when the mouse leaves a cell. (Overrides DataGridViewCell.OnLeave(Int32, Boolean).)
Protected method OnMouseClick Called by DataGridView when the mouse leaves a cell. (Overrides DataGridViewCell.OnMouseClick(DataGridViewCellMouseEventArgs).)
Protected method OnMouseDoubleClick Called when the user double-clicks a mouse button while the pointer is on a cell. (Inherited from DataGridViewCell.)
Protected method OnMouseDown Called when the user holds down a mouse button while the pointer is on a cell. (Inherited from DataGridViewCell.)
Protected method OnMouseEnter Called when the mouse pointer moves over a cell. (Inherited from DataGridViewCell.)
Protected method OnMouseLeave Called when the mouse pointer leaves the cell. (Inherited from DataGridViewCell.)
Protected method OnMouseMove Called when the mouse pointer moves within a cell. (Inherited from DataGridViewCell.)
Protected method OnMouseUp Called when the user releases a mouse button while the pointer is on a cell. (Inherited from DataGridViewCell.)
Protected method Paint Paints the current DataGridViewCell. (Overrides DataGridViewCell.Paint(Graphics, Rectangle, Rectangle, Int32, DataGridViewElementStates, Object, Object, String, DataGridViewCellStyle, DataGridViewAdvancedBorderStyle, DataGridViewPaintParts).)
Protected method PaintBorder Paints the border of the current DataGridViewCell. (Inherited from DataGridViewCell.)
Protected method PaintErrorIcon Paints the error icon of the current DataGridViewCell. (Inherited from DataGridViewCell.)
Public method ParseFormattedValue Converts a value formatted for display to an actual cell value. (Inherited from DataGridViewCell.)
Public method PositionEditingControl Sets the location and size of the editing control hosted by a cell in the DataGridView control. (Overrides DataGridViewCell.PositionEditingControl(Boolean, Boolean, Rectangle, Rectangle, DataGridViewCellStyle, Boolean, Boolean, Boolean, Boolean).)
Public method PositionEditingPanel Sets the location and size of the editing panel hosted by the cell, and returns the normal bounds of the editing control within the editing panel. (Inherited from DataGridViewCell.)
Protected method RaiseCellClick Raises the DataGridView.CellClick event. (Inherited from DataGridViewElement.)
Protected method RaiseCellContentClick Raises the DataGridView.CellContentClick event. (Inherited from DataGridViewElement.)
Protected method RaiseCellContentDoubleClick Raises the DataGridView.CellContentDoubleClick event. (Inherited from DataGridViewElement.)
Protected method RaiseCellValueChanged Raises the DataGridView.CellValueChanged event. (Inherited from DataGridViewElement.)
Protected method RaiseDataError Raises the DataGridView.DataError event. (Inherited from DataGridViewElement.)
Protected method RaiseMouseWheel Raises the Control.MouseWheel event. (Inherited from DataGridViewElement.)
Protected method SetValue Sets the value of the cell. (Inherited from DataGridViewCell.)
Public method ToString Returns a string that describes the current object. (Overrides DataGridViewCell.ToString().)
Top

The DataGridViewTextBoxCell class is a specialized type of DataGridViewCell used to display a single string of editable text-based information. The currently selected DataGridViewTextBoxCell hosts a DataGridViewTextBoxEditingControl control in which the user can edit the cell's value (assuming the ReadOnly property of the DataGridViewTextBoxCell is set to false).

The DataGridViewTextBoxColumn is the column type specialized to hold cells of this type. By default, the DataGridViewTextBoxColumn.CellTemplate is initialized to a new DataGridViewTextBoxCell. To pattern the cells within a column after an existing DataGridViewTextBoxCell, set the column's CellTemplate property to the cell to use as a pattern.

The cell-related properties of the column are wrappers for the similarly-named properties of the template cell. Changing the property values of the template cell will affect only cells based on the template that are added after the change. Changing the cell-related property values of the column, however, will update the template cell and all other cells in the column, and refresh the column display if necessary.

Notes to Inheritors

When you derive from DataGridViewTextBoxCell and add new properties to the derived class, be sure to override the Clone method to copy the new properties during cloning operations. You should also call the base class's Clone method so that the properties of the base class are copied to the new cell.

The following code example demonstrates how to use a DataGridViewCell as a template for a DataGridViewColumn. Style changes made to any cell in the column affect all of the column's cells. This code example is part of a larger example provided for the DataGridViewColumn class.


private void CustomizeCellsInThirdColumn()
{
    int thirdColumn = 2;
    DataGridViewColumn column =
        dataGridView.Columns[thirdColumn];
    DataGridViewCell cell = new DataGridViewTextBoxCell();

    cell.Style.BackColor = Color.Wheat;
    column.CellTemplate = cell;
}


.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ