IDataGridViewEditingControl Properties
.NET Framework 4.5
The IDataGridViewEditingControl type exposes the following members.
| Name | Description | |
|---|---|---|
|
EditingControlDataGridView | Gets or sets the DataGridView that contains the cell. |
|
EditingControlFormattedValue | Gets or sets the formatted value of the cell being modified by the editor. |
|
EditingControlRowIndex | Gets or sets the index of the hosting cell's parent row. |
|
EditingControlValueChanged | Gets or sets a value indicating whether the value of the editing control differs from the value of the hosting cell. |
|
EditingPanelCursor | Gets the cursor used when the mouse pointer is over the DataGridView.EditingPanel but not over the editing control. |
|
RepositionEditingControlOnValueChange | Gets or sets a value indicating whether the cell contents need to be repositioned whenever the value changes. |