Method CreateDefaultDialog
CreateDefaultDialog(Type)
Creates a framework dialog object for a dialog view model type that has no registered dialog mapping, or returns null if no default is available (in which case showing the dialog throws). The default implementation returns null.
Declaration
protected virtual object? CreateDefaultDialog(Type viewModelType)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | viewModelType | The dialog view model type. |
Returns
| Type | Description |
|---|---|
| object |