Back to Devexpress

ASPxGridViewEditingSettings.PopupEditFormHeight Property

aspnet-devexpress-dot-web-dot-aspxgridvieweditingsettings-a65c75d2.md

latest2.4 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(typeof(Unit), "")]
[Obsolete("Use the SettingsPopup.EditForm.Height property instead.")]
public Unit PopupEditFormHeight { get; set; }
vb
<Obsolete("Use the SettingsPopup.EditForm.Height property instead.")>
<DefaultValue(GetType(Unit), "")>
Public Property PopupEditFormHeight As Unit

Property Value

TypeDefaultDescription
UnitString.Empty

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PopupEditFormHeight
ASPxGridView

.SettingsEditing .PopupEditFormHeight

| | GridViewProperties |

.SettingsEditing .PopupEditFormHeight

|

Remarks

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

See Also

PopupEditFormWidth

Grid View

ASPxGridViewEditingSettings Class

ASPxGridViewEditingSettings Members

DevExpress.Web Namespace