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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.