DockPanel.FloatSize Property
Gets or sets the size of the panel when it is floating.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
Size | A |
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