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

ASPxGridViewEditingSettings.PopupEditFormWidth Property

OBSOLETE

Use the SettingsPopup.EditForm.Width property instead.

Gets or sets the Popup Edit Form‘s width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
Unit String.Empty

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

Property Paths

You can access this nested property as listed below:

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

Remarks

Use the ASPxGridViewEditingSettings.PopupEditFormHeight property to specify the popup edit form’s height.

See Also