DataGridColumnStyle::SetDataGridInColumn Method (DataGrid^)
.NET Framework (current version)
Sets the System.Windows.Forms::DataGrid for the column.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- value
- Type: System.Windows.Forms::DataGrid^
This method is typically overridden by derived classes to do special processing when the DataGridColumnStyle is added to System.Windows.Forms::DataGrid. For example, the DataGridTextBoxColumn uses this method to add the DataGridTextBox as a child of the System.Windows.Forms::DataGrid.
.NET Framework
Available since 1.1
Available since 1.1
Show: