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

GridEditFormPopupSettings.Height Property

Gets or sets the popup edit form‘s height.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit structure that specifies the height.

Remarks

To specify the popup edit form’s width, use the GridEditFormPopupSettings.Width property.

See Also