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!

PropertyGrid.SelectedObject

Sets a single Object into the grid to be browsed. If multiple objects are being browsed, this property will return the first one in the list. If no objects are selected, null is returned.

[Visual Basic]
Public Property SelectedObject As Object
[C#]
public object SelectedObject {get; set;}
[C++]
public: __property Object* get_SelectedObject();
public: __property void set_SelectedObject(Object*);
[JScript]
public function get SelectedObject() : Object;
public function set SelectedObject(Object);

See Also

PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace