aspnet-devexpress-dot-web-dot-aspxgridvieweditingsettings-d2f6bdfa.md
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.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(false)]
[Obsolete("Use the SettingsPopup.EditForm.AllowResize property instead.")]
public bool PopupEditFormAllowResize { get; set; }
<Obsolete("Use the SettingsPopup.EditForm.AllowResize property instead.")>
<DefaultValue(False)>
Public Property PopupEditFormAllowResize As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true to allow the popup edit form to be resized by an end-user; otherwise, false.
|
You can access this nested property as listed below:
| Object Type | Path to PopupEditFormAllowResize |
|---|---|
| ASPxGridView |
.SettingsEditing .PopupEditFormAllowResize
| | GridViewProperties |
.SettingsEditing .PopupEditFormAllowResize
|
To edit cell values in the popup edit form, set the ASPxGridViewEditingSettings.Mode property to GridViewEditingMode.PopupEditForm.
See Also
ASPxGridViewEditingSettings Class