dotnetmonitor.com |
|
||||||||||||
| Cells that support advanced editing
functionality typically use a hosted control that is derived from a Windows
Forms control. This interface is implemented by editing controls, such as
DataGridViewComboBoxEditingControl and DataGridViewTextBoxEditingControl, that
are hosted by the corresponding DataGridView cells, such as
DataGridViewComboBoxCell and DataGridViewTextBoxCell, when they are in edit
mode.
Cell types that can that host editing controls set their EditType property to a Type representing the editing control type. |
||||||||||||
|
||||||||||||