CompatibilitySettings.MakeGetWindowReturnActualFloatPanelWindow Property
Gets or sets whether the Window.GetWindow() method should return the floating window’s position in relation to the main window’s position (where the DockLayoutManager manager is placed).
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Data.Desktop.v24.1.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to return a floating window’s related prosition; otherwise false. |
Remarks
Refer to the following breaking change ticket for more information on the MakeGetWindowReturnActualFloatPanelWindow compatibility property: BC4631.
See Also