IModuleManagerBase.Restore(String, String) Method
Namespace: DevExpress.Mvvm.ModuleInjection
Assembly: DevExpress.Mvvm.v24.2.dll
Declaration
Parameters
Name | Type |
---|---|
logicalState | String |
visualState | String |
Returns
Type |
---|
Boolean |
See Also
Namespace: DevExpress.Mvvm.ModuleInjection
Assembly: DevExpress.Mvvm.v24.2.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 |
No
Your feedback is appreciated.