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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Returns
Type | Description |
---|---|
String | A string that contains the serialized layout. |
Remarks
Tip
Topic: LayoutSerializationService
See Also