PersistentLayoutHelper.TryDeserializeLayout(ILayoutSerializationService, String) Method
Namespace: DevExpress.Mvvm.ViewModel
Assembly: DevExpress.Mvvm.v24.1.ViewModel.dll
NuGet Package: DevExpress.Scaffolding.Core
Declaration
public static void TryDeserializeLayout(
ILayoutSerializationService service,
string viewName
)
Parameters
Name | Type |
---|---|
service | ILayoutSerializationService |
viewName | String |
See Also