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!

DataGridValueColumn.SetDataGridInColumn

Whenever this property gets called, we add our child control to the DataGrid's 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
[To be supplied.]

See Also

DataGridValueColumn Class | DataGridValueColumn Members | System.WinForms Namespace