Skip to main content

XtraForm.MinimumClientSize Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v24.2.dll

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Size MinimumClientSize { get; set; }

Property Value

Type Description
Size

A System.Drawing.Size value.

Remarks

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

See Also