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

TreeListSettingsPopupEditForm.Width Property

Gets or sets the Popup Edit Form‘s width.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Width
ASP.NET Controls and MVC Extensions TreeListPopupControlSettings
.EditForm .Width
ASP.NET MVC Extensions MVCxTreeList
MVCxTreeListPopupControlSettings
.EditForm .Width
See Also