IModuleManagerBase.Restore(String, String) Method
Namespace: DevExpress.Mvvm.ModuleInjection
Assembly: DevExpress.Mvvm.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| logicalState | String |
| visualState | String |
Returns
| Type |
|---|
| Boolean |
See Also
Namespace: DevExpress.Mvvm.ModuleInjection
Assembly: DevExpress.Mvvm.v26.1.dll
bool Restore(
string logicalState,
string visualState
)
Function Restore(
logicalState As String,
visualState As String
) As Boolean
| Name | Type |
|---|---|
| logicalState | String |
| visualState | String |
| Type |
|---|
| Boolean |