Back to Devexpress

LayoutSerializationService.Serialize() Method

wpf-devexpress-dot-mvvm-dot-ui-dot-layoutserializationservice.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public string Serialize()
vb
Public Function Serialize As String

Returns

TypeDescription
String

A string that contains the serialized layout.

|

Remarks

Tip

Topic : LayoutSerializationService

See Also

LayoutSerializationService Class

LayoutSerializationService Members

DevExpress.Mvvm.UI Namespace