A newer version of this page is available.
Switch to the current version.
ASPxGridViewEditingSettings.PopupEditFormHeight Property
Obsolete. 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; }
<Obsolete("Use the SettingsPopup.EditForm.Height property instead.")>
<DefaultValue(GetType(Unit), "")>
Public Property PopupEditFormHeight As Unit
Property Value
Type | Default | Description |
---|---|---|
Unit | A Unit structure that specifies the popup edit form's height. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to PopupEditFormHeight |
---|---|---|
ASP.NET Controls and MVC Extensions | ASPxGridView |
|
GridViewProperties |
|
|
GridViewSettings |
|
|
GridViewSettings<RowType> |
|
|
MVCxGridView |
|
|
MVCxGridView |
|
|
MVCxGridViewProperties |
|
|
MVCxGridViewProperties |
|
|
ASP.NET Bootstrap Controls | BootstrapGridView |
|
BootstrapGridView |
|
Remarks
Use the ASPxGridViewEditingSettings.PopupEditFormWidth property to specify the popup edit form's width.
See Also