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.v24.1.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 PopupEditFormAllowResize |
---|---|
ASPxGridView |
|
GridViewProperties |
|
Remarks
To edit cell values in the popup edit form, set the ASPxGridViewEditingSettings.Mode property to GridViewEditingMode.PopupEditForm.
See Also