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

IModuleManagerBase.Save(String, out String, out String) Method

Namespace: DevExpress.Mvvm.ModuleInjection

Assembly: DevExpress.Mvvm.v20.2.dll

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

Declaration

void Save(
    string regionName,
    out string logicalState,
    out string visualState
)

Parameters

Name Type
regionName String
logicalState String
visualState String
See Also