Back to Devexpress

BaseCheckEdit.PreferredSize Property

windowsforms-devexpress-dot-xtraeditors-dot-basecheckedit-5a38c2c0.md

latest1.1 KB
Original Source

BaseCheckEdit.PreferredSize Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public Size PreferredSize { get; }
vb
<Browsable(False)>
Public ReadOnly Property PreferredSize As Size

Property Value

TypeDescription
Size

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

|

See Also

BaseCheckEdit Class

BaseCheckEdit Members

DevExpress.XtraEditors Namespace