DataGridTextBoxColumn::ReleaseHostedControl Method ()

 

Removes the reference that the DataGrid holds to the control used to edit data.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public protected:
virtual void ReleaseHostedControl() override

This method removes the reference that the DataGrid holds to the DataGridTextBox control, in order to free system resources.

.NET Framework
Available since 1.1
Return to top
Show: