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!

DataGridRow.Selected

[To be supplied.]

[Visual Basic]
Overridable Public Property Selected As Boolean
[C#]
public bool Selected {virtual get; virtual set;}
[C++]
public: __property virtual bool get_Selected();
public: __property virtual void set_Selected(bool);
[JScript]
public function get Selected() : Boolean;
public function set Selected(Boolean);

See Also

DataGridRow Class | DataGridRow Members | System.WinForms Namespace