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