IModuleManager.IsInjected(String, String) Method
Namespace: DevExpress.Mvvm.ModuleInjection
Assembly: DevExpress.Mvvm.v24.2.dll
Declaration
Parameters
Name | Type |
---|---|
regionName | String |
key | String |
Returns
Type |
---|
Boolean |
See Also
Namespace: DevExpress.Mvvm.ModuleInjection
Assembly: DevExpress.Mvvm.v24.2.dll
bool IsInjected(
string regionName,
string key
)
Function IsInjected(
regionName As String,
key As String
) As Boolean
Name | Type |
---|---|
regionName | String |
key | String |
Type |
---|
Boolean |
No
Your feedback is appreciated.