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

TreeListSettingsPopupEditForm.MinHeight Property

Gets or sets the minimum height of the edit form‘s popup window.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit MinHeight { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit object that defines the minimum height of the window.

Property Paths

You can access this nested property as listed below:

Object Type Path to MinHeight
TreeListPopupControlSettings
.EditForm.MinHeight
MVCxTreeList
MVCxTreeListPopupControlSettings
.EditForm.MinHeight
TreeListSettings
TreeListSettings<RowType>

Remarks

If window resizing is allowed (the TreeListSettingsPopupEditForm.AllowResize property is set to true), end-users can change the element’s size. You can use the MinHeight and TreeListSettingsPopupEditForm.MinWidth properties to specify the element size constraints limiting an end-user’s capability to resize a window.

See Also