Skip to main content

BaseCheckEdit.PreferredSize Property

Gets the size of a rectangular area into which the control can fit.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public Size PreferredSize { get; }

Property Value

Type Description
Size

A System.Drawing.Size structure specifying the control’s minimum size.

See Also