BarDockControl.GetPreferredSize(Size) Method
Retrieves the size of a rectangular area into which the control can be fitted.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| proposedSize | Size | The custom-sized area for the control. |
Returns
| Type | Description |
|---|---|
| Size | An ordered pair of type System.Drawing.Size representing the width and height of a rectangle. |
See Also