Skip to main content
Tab

GridEditFormPopupSettings.MinHeight Property

Gets or sets the minimum height of the popup edit form‘s popup window.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit MinHeight { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit object that defines the minimum height of the window.

Remarks

If window resizing is allowed (the GridEditFormPopupSettings.AllowResize property is set to true), end-users can change the element’s size. You can use the MinHeight and GridEditFormPopupSettings.MinWidth properties to specify the element size constraints limiting the window resizing capability of end-users.

See Also