WindowRestoreLayoutOptions.AllowRestoreStateForDisplayedWindow Attached Property
Gets or sets whether to restore position and state of the displayed ThemedWindow when you load its layout settings from the XML file/Stream. This is an attached property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
See GetAllowRestoreStateForDisplayedWindow(Window) and SetAllowRestoreStateForDisplayedWindow(Window, Boolean).
Returns
Type | Description |
---|---|
Boolean | true, to restore position and state for a displayed ThemedWindow; otherwise false. |
See Also