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

XtraForm.MinimumSize Property

Gets or sets the form’s minimum size.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v21.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Win.Design, DevExpress.Wpf.Core

Declaration

public override Size MinimumSize { get; set; }

Property Value

Type Description
Size

A Size structure that specifies the form’s minimum size.

See Also