Skip to main content

LayoutSerializationService.InitialState Property

Gets the initial layout of an associated View.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public string InitialState { get; }

Property Value

Type Description
String

A string value in which the initial layout is stored.

See Also