XtraPanel.GetPreferredSize(Size) Method
In This Article
Retrieves the size of a rectangular area into which the panel can be fitted.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
proposed |
Size | A custom-sized area for the panel. |
#Returns
Type | Description |
---|---|
Size | A Size value that specifies a rectangle into which the panel can be fit. |
See Also