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!

DataGrid.BackgroundColor

[To be supplied.]

[Visual Basic]
Public Property BackgroundColor As Color
[C#]
public Color BackgroundColor {get; set;}
[C++]
public: __property Color get_BackgroundColor();
public: __property void set_BackgroundColor(Color);
[JScript]
public function get BackgroundColor() : Color;
public function set BackgroundColor(Color);

See Also

DataGrid Class | DataGrid Members | System.WinForms Namespace