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.v19.1.dll

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit structure that specifies the height.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Height
ASP.NET Controls and MVC Extensions ASPxCardViewPopupControlSettings
.EditForm.Height
GanttPopupControlSettings
.EditForm.Height
ASPxGridViewPopupControlSettings
.EditForm.Height
TreeListPopupControlSettings
.EditForm.Height
MVCxGridViewPopupControlSettings
.EditForm.Height
MVCxTreeList
MVCxTreeListPopupControlSettings
.EditForm.Height
ASP.NET Bootstrap Controls BootstrapCardViewPopupControlSettings
.EditForm.Height
BootstrapGridViewPopupControlSettings
.EditForm.Height

Remarks

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

See Also