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.v18.2.dll

Declaration

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

Parameters

Name Type
regionName String
logicalState String
visualState String
See Also