Back to Devexpress

LayoutSerializationService.Deserialize(String) Method

wpf-devexpress-dot-mvvm-dot-ui-dot-layoutserializationservice-dot-deserialize-x28-system-dot-string-x29.md

latest1.3 KB
Original Source

LayoutSerializationService.Deserialize(String) Method

Allows you to load and apply the layout of serializable DevExpress WPF Controls located on a View.

Namespace : DevExpress.Mvvm.UI

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public void Deserialize(
    string state
)
vb
Public Sub Deserialize(
    state As String
)

Parameters

NameTypeDescription
stateString

A string value that contains the layout to be deserialized.

|

Remarks

Tip

Topic : LayoutSerializationService

See Also

LayoutSerializationService Class

LayoutSerializationService Members

DevExpress.Mvvm.UI Namespace