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

ASPxGridViewEditingSettings.PopupEditFormHeight Property

OBSOLETE

Use the SettingsPopup.EditForm.Height property instead.

Gets or sets the Popup Edit Form‘s height.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[Obsolete("Use the SettingsPopup.EditForm.Height property instead.")]
[DefaultValue(typeof(Unit), "")]
public Unit PopupEditFormHeight { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit structure that specifies the popup edit form’s height.

Property Paths

You can access this nested property as listed below:

Object Type Path to PopupEditFormHeight
ASPxGridView
.SettingsEditing.PopupEditFormHeight
GridViewProperties
.SettingsEditing.PopupEditFormHeight

Remarks

Use the ASPxGridViewEditingSettings.PopupEditFormWidth property to specify the popup edit form’s width.

See Also