Skip to main content

TreeListSettingsPopupEditForm.MinWidth Property

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

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

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

Property Paths

You can access this nested property as listed below:

Object Type Path to MinWidth
TreeListPopupControlSettings
.EditForm .MinWidth

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 MinWidth and TreeListSettingsPopupEditForm.MinHeight properties to specify element size constraints limiting the end-user’s capability to resize a window.

See Also