Skip to main content
A newer version of this page is available. .

LayoutPanel.SerializableFloatingBounds Property

Gets or sets the position and size of a floating LayoutPanel after it had been closed.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

[Browsable(false)]
public Rect SerializableFloatingBounds { get; set; }

Property Value

Type Description
Rect

A Rect structure that stores the position and size of a floating LayoutPanel after it had been closed.

Remarks

The SerializableFloatingBounds property is set automatically after an end-user closes a floating LayoutPanel. This value is later used when saving and restoring a layout in Customization Mode.

See Also