Skip to main content

PersistentLayoutHelper.TryDeserializeLayout(ILayoutSerializationService, String) Method

Namespace: DevExpress.Mvvm.ViewModel

Assembly: DevExpress.Mvvm.v23.2.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