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.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
See GetRestoreMinimizedWindowInNormalState(Window) and SetRestoreMinimizedWindowInNormalState(Window, Boolean).
Returns
Type | Description |
---|---|
Boolean | true, to restore the ThemedWindow‘s minimized state when you restore a ThemedWindow‘s layout; otherwise false. |
See Also