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

GridEditFormPopupSettings.Width Property

Gets or sets the popup edit form‘s width.

Namespace: DevExpress.Web

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

Property Paths

You can access this nested property as listed below:

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

Remarks

To specify the popup edit form’s height, use the GridEditFormPopupSettings.Height property.

See Also