Method TryGetTopDialog
TryGetTopDialog()
Returns the dialog navigator and view model for the top showing dialog, or null if no dialog is currently showing.
Declaration
protected (DialogNavigatorCore Navigator, IDialogViewModel ViewModel)? TryGetTopDialog()
Returns
| Type | Description |
|---|---|
| (DialogNavigatorCore Navigator, IDialogViewModel ViewModel)? |