Skip to main content
Tab

ASPxGridViewEditingSettings.PopupEditFormAllowResize Property

OBSOLETE

Use the SettingsPopup.EditForm.AllowResize property instead.

Gets or sets whether an end-user can resize the Popup Edit Form.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
[Obsolete("Use the SettingsPopup.EditForm.AllowResize property instead.")]
public bool PopupEditFormAllowResize { get; set; }

Property Value

Type Default Description
Boolean false

true to allow the popup edit form to be resized by an end-user; otherwise, false.

Property Paths

You can access this nested property as listed below:

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

Remarks

To edit cell values in the popup edit form, set the ASPxGridViewEditingSettings.Mode property to GridViewEditingMode.PopupEditForm.

See Also