Skip to main content

IModuleWindowManager.IsShown(String, String) Method

Namespace: DevExpress.Mvvm.ModuleInjection

Assembly: DevExpress.Mvvm.v24.1.dll

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

Declaration

bool IsShown(
    string regionName,
    string key
)

Parameters

Name Type
regionName String
key String

Returns

Type
Boolean
See Also