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

TreeListSettingsPopupEditForm.Height Property

Gets or sets the Popup Edit Form‘s height.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit structure that specifies the popup edit form’s height.

Property Paths

You can access this nested property as listed below:

Object Type Path to Height
TreeListPopupControlSettings
.EditForm.Height
MVCxTreeList
MVCxTreeListPopupControlSettings
.EditForm.Height
TreeListSettings
TreeListSettings<RowType>
See Also