DataGridViewTextBoxCell Properties
.NET Framework 4.5
The DataGridViewTextBoxCell type exposes the following members.
| Name | Description | |
|---|---|---|
|
AccessibilityObject | Gets the DataGridViewCell.DataGridViewCellAccessibleObject assigned to the DataGridViewCell. (Inherited from DataGridViewCell.) |
|
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 DataGridViewCell.) |
|
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 associated with the cell. (Overrides DataGridViewCell.FormattedValueType.) |
|
Frozen | Gets a value indicating whether the cell is frozen. (Inherited from DataGridViewCell.) |
|
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.) |
|
MaxInputLength | Gets or sets the maximum number of characters that can be entered into the text box. |
|
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 or sets a value indicating whether the cell's data can be edited. (Inherited from DataGridViewCell.) |
|
Resizable | Gets a value indicating whether the cell can be resized. (Inherited from DataGridViewCell.) |
|
RowIndex | Gets the index of the cell's parent row. (Inherited from DataGridViewCell.) |
|
Selected | Gets or sets a value indicating whether the cell has been selected. (Inherited from DataGridViewCell.) |
|
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 or sets the data type of the values in the cell. (Overrides DataGridViewCell.ValueType.) |
|
Visible | Gets a value indicating whether the cell is in a row or column that has been hidden. (Inherited from DataGridViewCell.) |