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

PersistentLayoutHelper.TrySerializeLayout(ILayoutSerializationService, String) Method

Namespace: DevExpress.Mvvm.ViewModel

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

Declaration

public static void TrySerializeLayout(
    ILayoutSerializationService service,
    string viewName
)

Parameters

Name Type
service ILayoutSerializationService
viewName String
See Also