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