Skip to main content
A newer version of this page is available. .

BaseCheckEdit.PreferredSize Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

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