Back to Devexpress

BaseEdit.GetPreferredSize(Size) Method

windowsforms-devexpress-dot-xtraeditors-dot-baseedit-dot-getpreferredsize-x28-system-dot-drawing-dot-size-x29.md

latest1.5 KB
Original Source

BaseEdit.GetPreferredSize(Size) Method

Retrieves the size of a rectangular area into which the control can be fitted.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public override Size GetPreferredSize(
    Size proposedSize
)
vb
Public Overrides Function GetPreferredSize(
    proposedSize As Size
) As Size

Parameters

NameTypeDescription
proposedSizeSize

The custom-sized area for the control.

|

Returns

TypeDescription
Size

A System.Drawing.Size value.

|

Remarks

This method supports the control’s internal infrastructure and there is generally no need to use it directly from your code.

See Also

BaseEdit Class

BaseEdit Members

DevExpress.XtraEditors Namespace