Skip to main content

IModuleWindowManager.Show(String, String, Object) Method

Namespace: DevExpress.Mvvm.ModuleInjection

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

Task<WindowInjectionResult> Show(
    string regionName,
    string key,
    object parameter = null
)

Parameters

Name Type
regionName String
key String

Optional Parameters

Name Type Default
parameter Object null

Returns

Type
Task<WindowInjectionResult>
See Also