LayoutSerializationService.Serialize() Method
In This Article
Allows you to save the layout of serializable DevExpress WPF Controls located in a View.
Namespace: DevExpress.Mvvm.UI
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Returns
Type | Description |
---|---|
String | A string that contains the serialized layout. |
#Remarks
Tip
Topic: Layout
See Also