DataGridColumnStyle.SetDataGridInColumn(DataGrid) Metodo

Definizione

Imposta l'oggetto DataGrid per la colonna.

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)

Parametri

value
DataGrid

Un oggetto DataGrid.

Commenti

Questo metodo viene in genere sottoposto a override da classi derivate per eseguire un'elaborazione speciale quando il DataGridColumnStyle viene aggiunto a System.Windows.Forms.DataGrid. Ad esempio, il DataGridTextBoxColumn usa questo metodo per aggiungere l'DataGridTextBox come figlio dell'System.Windows.Forms.DataGrid.

Si applica a