ASPxGridViewEditingSettings.PopupEditFormAllowResize Property
In This Article
OBSOLETE
Use the Settings
Gets or sets whether an end-user can resize the Popup Edit Form.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.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 |
|
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Popup |
---|---|
ASPx |
|
Grid |
|
#Remarks
To edit cell values in the popup edit form, set the ASPxGridViewEditingSettings.Mode property to GridViewEditingMode.PopupEditForm.
See Also