Back to Devexpress

CompatibilitySettings.MakeGetWindowReturnActualFloatPanelWindow Property

corelibraries-devexpress-dot-xpf-dot-core-dot-compatibilitysettings-51359ac9.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

csharp
public static bool MakeGetWindowReturnActualFloatPanelWindow { get; set; }
vb
Public Shared Property MakeGetWindowReturnActualFloatPanelWindow As Boolean

Property Value

TypeDescription
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

CompatibilitySettings Class

CompatibilitySettings Members

DevExpress.Xpf.Core Namespace