Skip to main content
A newer version of this page is available.
All docs
V18.2

TreeListSettingsCustomizationWindow.PopupHeight Property

Gets or sets the Customization Window‘s height.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit value that represents the window’s height.

Property Paths

You can access this nested property as listed below:

Object Type Path to PopupHeight
ASPxTreeList
MVCxTreeList
TreeListSettings
TreeListSettings<RowType>
See Also