IModuleManagerBase.Save(String, out String, out String) Method
Namespace: DevExpress.Mvvm.ModuleInjection
Assembly: DevExpress.Mvvm.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| regionName | String |
| logicalState | String |
| visualState | String |
See Also
Namespace: DevExpress.Mvvm.ModuleInjection
Assembly: DevExpress.Mvvm.v26.1.dll
void Save(
string regionName,
out string logicalState,
out string visualState
)
Sub Save(
regionName As String,
ByRef logicalState As String,
ByRef visualState As String
)
| Name | Type |
|---|---|
| regionName | String |
| logicalState | String |
| visualState | String |