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

LayoutSerializationService.Serialize() Method

Allows you to save the layout of serializable DevExpress WPF Controls located in a View.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v21.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public string Serialize()

Returns

Type Description
String

A string that contains the serialized layout.

Remarks

See Also