Skip to main content
A newer version of this page is available. .

PersistentLayoutHelper.TryDeserializeLayout(ILayoutSerializationService, String) Method

Namespace: DevExpress.Mvvm.ViewModel

Assembly: DevExpress.Mvvm.v19.1.ViewModel.dll

Declaration

public static void TryDeserializeLayout(
    ILayoutSerializationService service,
    string viewName
)

Parameters

Name Type
service ILayoutSerializationService
viewName String
See Also