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

XtraForm.MaximumSize Property

Gets or sets the form’s maximum size.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v21.2.dll

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

Declaration

public override Size MaximumSize { get; set; }

Property Value

Type Description
Size

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

See Also