Table of Contents

Property ResultItem

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

ResultItem

Gets selected item when popup window is closed.

public object? ResultItem { get; }

Property Value

object

Remarks

Use this property instead of SelectedItem after popup is closed. In cases when PopupResult is Accepted it contains selected item.