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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.