Table of Contents

Method ShowDefault

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ShowDefault(string?, object?, bool)

Shows default WindowPropertyGrid.

public static WindowPropertyGrid ShowDefault(string? title, object? instance, bool sort = false)

Parameters

title string

Title of the window.

instance object

Object to show in property grid.

sort bool

Whether to sort properties.

Returns

WindowPropertyGrid