Method ShowDefault
ShowDefault(string?, object?, bool)
Shows default WindowPropertyGrid.
public static WindowPropertyGrid ShowDefault(string? title, object? instance, bool sort = false)
Parameters
title
stringTitle of the window.
instance
objectObject to show in property grid.
sort
boolWhether to sort properties.