DataGridColumnStyle::ConcedeFocus Method ()
.NET Framework (current version)
Notifies a column that it must relinquish the focus to the control it is hosting.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Use this method to determine when a further action is required in a derived class. For example, this method is overridden by the DataGridTextBoxColumn to hide the DataGridTextBox.
The following code example uses the ConcedeFocus method to hide a TextBox hosted by the DataGridTextBoxColumn.
.NET Framework
Available since 1.1
Available since 1.1
Show: