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

XtraForm.MinimumClientSize Property

Gets or sets the minimum allowed client size for a form.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

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

Property Value

Type Description
Size

A Size value.

Remarks

This property is intended for internal use only, and hidden. Normally, you don’t need to use it.

See Also