Skip to main content

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.v23.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