Skip to main content
A newer version of this page is available. .

LayoutSerializationService.InitialState Property

Gets the initial layout of an associated View.

Namespace: DevExpress.Mvvm.UI

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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