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);
PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace