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

TreeListSettingsCustomizationWindow.PopupWidth Property

Gets or sets the Customization Window‘s width.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit value that represents the window’s width.

Property Paths

You can access this nested property as listed below:

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