DataGridColumnStyle.SetDataGridInColumn(DataGrid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the DataGrid for the column.
protected:
virtual void SetDataGridInColumn(System::Windows::Forms::DataGrid ^ value);
protected virtual void SetDataGridInColumn (System.Windows.Forms.DataGrid value);
abstract member SetDataGridInColumn : System.Windows.Forms.DataGrid -> unit
override this.SetDataGridInColumn : System.Windows.Forms.DataGrid -> unit
Protected Overridable Sub SetDataGridInColumn (value As DataGrid)
Parameters
Remarks
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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.