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

GridCustomizationWindowPopupSettings.Width Property

Gets or sets the customization window‘s width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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 Bootstrap Controls BootstrapCardViewPopupControlSettings
BootstrapGridViewPopupControlSettings
ASP.NET Web Forms Controls ASPxCardViewPopupControlSettings
ASPxGridViewPopupControlSettings
TreeListPopupControlSettings
MVCxGridViewPopupControlSettings
MVCxTreeListPopupControlSettings

Remarks

To specify the customization window‘s height, use the GridCustomizationWindowPopupSettings.Height property.

See Also