Gets or sets the object whose properties are currently displayed within the property grid. This is a dependency property.
public object SelectedObject { get; set; }
Public Property SelectedObject As Object
The Property Grid allows browsing and editing properties of the object specified by the SelectedObject property.
To bind the Property Grid to a collection of objects, use the SelectedObjects property.