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.v24.1.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 |
|
GridViewProperties |
|
Remarks
Use the ASPxGridViewEditingSettings.PopupEditFormWidth property to specify the popup edit form’s width.
See Also