Table of Contents

Method ShowPropertiesPopup

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

ShowPropertiesPopup(object, Action?)

Shows properties popup window with specified object as a source of properties.

public static void ShowPropertiesPopup(object propSource, Action? onClose = null)

Parameters

propSource object

The object to retrieve properties from.

onClose Action

The optional callback to be invoked when the dialog is accepted.