Skip to main content

IModuleManagerBase.Restore(String, String) Method

Namespace: DevExpress.Mvvm.ModuleInjection

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

bool Restore(
    string logicalState,
    string visualState
)

Parameters

Name Type
logicalState String
visualState String

Returns

Type
Boolean
See Also