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!

DataGridDropdownColumn.SetDataGridInColumn

[To be supplied.]

[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

DataGridDropdownColumn Class | DataGridDropdownColumn Members | System.WinForms Namespace