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

GridEditFormPopupSettings.MinWidth Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.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:

Library Object Type Path to MinWidth
ASP.NET Controls and MVC Extensions ASPxCardViewPopupControlSettings
.EditForm .MinWidth
ASPxGridViewPopupControlSettings
.EditForm .MinWidth
TreeListPopupControlSettings
.EditForm .MinWidth
ASP.NET Bootstrap Controls BootstrapCardViewPopupControlSettings
.EditForm .MinWidth
BootstrapGridViewPopupControlSettings
.EditForm .MinWidth
ASP.NET MVC Extensions MVCxGridViewPopupControlSettings
.EditForm .MinWidth
MVCxTreeList
MVCxTreeListPopupControlSettings
.EditForm .MinWidth

Remarks

If window resizing is allowed (the GridEditFormPopupSettings.AllowResize property is set to true) end-users can change the element’s size. You can use the MinWidth and GridEditFormPopupSettings.MinHeight properties to specify element size constraints limiting the window resizing capability of end-users.

See Also