PropertyGrid module - tgjones/gemini GitHub Wiki
Pretty much does what it says on the tin. It uses the PropertyGrid control from the Extended WPF Toolkit.
Provides
IPropertyGrid
tool window
NuGet package
Dependencies
Usage
var propertyGrid = IoC.Get<IPropertyGrid>();
propertyGrid.SelectedObject = myObject;