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.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Unit), "")]
[Obsolete("Use the SettingsPopup.EditForm.Height property instead.")]
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