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.v19.2.dll

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:

Object Type Path to AllowResize
TreeListPopupControlSettings
.EditForm.AllowResize
MVCxTreeList
.SettingsPopupEditForm.AllowResize
MVCxTreeListPopupControlSettings
.EditForm.AllowResize
TreeListSettings
.SettingsPopupEditForm.AllowResize
TreeListSettings<RowType>
.SettingsPopupEditForm.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