Skip to main content

TreeListSettingsPopupEditForm.AllowResize Property

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

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.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:

Object Type Path to AllowResize
TreeListPopupControlSettings
.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