TreeListSettingsPopupEditForm.AllowResize Property
Gets or sets whether an end-user can resize the Popup Edit Form.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to AllowResize |
---|---|
TreeListPopupControlSettings |
|
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.