NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGridTextBoxColumn.SetDataGridInColumn

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
);

Parameters

value
The TBD control the TextBox control is added to.

Remarks

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.

See Also

DataGridTextBoxColumn Class | DataGridTextBoxColumn Members | System.WinForms Namespace | TextBox