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.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
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