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

TreeListSettingsPopupEditForm.AllowResize Property

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

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool AllowResize { 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:

Library Object Type Path to AllowResize
ASP.NET Controls and MVC Extensions TreeListPopupControlSettings
.EditForm .AllowResize
ASP.NET MVC Extensions MVCxTreeList
.SettingsPopupEditForm .AllowResize
MVCxTreeListPopupControlSettings
.EditForm .AllowResize

Remarks

The AllowResize property controls whether the popup edit form element can be resized by end-users on the client side. You can specify the element size constraints, limiting the resizing capability of end-users via the TreeListSettingsPopupEditForm.MinHeight andTreeListSettingsPopupEditForm.MinWidth properties.

Initial element sizes can be specified via the TreeListSettingsPopupEditForm.Height and TreeListSettingsPopupEditForm.Width properties.

See Also