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

ASPxGridViewCustomizationWindowSettings.Width Property

OBSOLETE

Use the SettingsPopup.CustomizationWindow.Width property instead.

Gets or sets the Customization Window’s width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Unit), "")]
[Obsolete("Use the SettingsPopup.CustomizationWindow.Width property instead.")]
public Unit Width { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit structure that specifies the customization window’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 GridViewProperties
ASP.NET MVC Extensions MVCxGridViewProperties

Remarks

To specify the customization window’s height, use the ASPxGridViewCustomizationWindowSettings.Height property. To learn more, see Customization Window Overview.

See Also