Skip to main content

DockPanel.FloatSize Property

Gets or sets the size of the panel when it is floating.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[XtraSerializableProperty]
public Size FloatSize { get; set; }

Property Value

Type Description
Size

A Size structure representing the panel’s size, in pixels.

Remarks

Use the FloatSize property to specify the panel’s size when it’s in floating mode. This property can be set even if the panel is not currently floating.

See Also