DataGridColumnStyle::SetDataGrid Method (DataGrid^)

 

Sets the System.Windows.Forms::DataGrid control that this column belongs to.

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

protected:
virtual void SetDataGrid(
	DataGrid^ value
)

Parameters

value
Type: System.Windows.Forms::DataGrid^

The System.Windows.Forms::DataGrid control that this column belongs to.

Typically, you should use the SetDataGridInColumn method.

.NET Framework
Available since 1.1
Return to top
Show: