Adds a TBD control to the DataGrid control's RichControl.ControlCollection.
[Visual Basic] Overrides Protected Sub SetDataGridInColumn( _ ByVal value As DataGrid _ ) [C#] protected override void SetDataGridInColumn( DataGrid value ); [C++] protected: override void SetDataGridInColumn( DataGrid* value ); [JScript] protected override function SetDataGridInColumn( value : DataGrid );
When this methods is called, the hosted TextBox control is added to the DataGrid control's RichControl.ControlCollection. This allows the ListManager to associate both controls with the same data source.
DataGridTextBoxColumn Class | DataGridTextBoxColumn Members | System.WinForms Namespace | TextBox