Skip to main content
A newer version of this page is available. .

IModuleManagerBase.Restore(String, String) Method

Namespace: DevExpress.Mvvm.ModuleInjection

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

bool Restore(
    string logicalState,
    string visualState
)

Parameters

Name Type
logicalState String
visualState String

Returns

Type
Boolean
See Also