Skip to main content
All docs
V23.2

WindowRestoreLayoutOptions.RestoreMinimizedWindowInNormalState Attached Property

Gets or sets whether the ThemedWindow should restore the minimized state if it is saved in the serialization XML file/Stream and you restore the ThemedWindow‘s layout.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

Returns

Type Description
Boolean

true, to restore the ThemedWindow‘s minimized state when you restore a ThemedWindow‘s layout; otherwise false.

See Also