Skip to content

PropertyGrid module

Robert B Colton edited this page Aug 12, 2016 · 1 revision

Screenshot

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;
Clone this wiki locally