LayoutControl.GetPreferredSize(Size) Method
In This Article
Retrieves the size of a rectangular area into which the control can be fit.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
proposed |
Size | The custom-sized area for the control. |
#Returns
Type | Description |
---|---|
Size | A System. |
#Remarks
This member supports the internal infrastructure, and is not intended to be used directly from your code.
See Also