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

ASPxGridViewCustomizationWindowSettings.Height Property

OBSOLETE

Use the SettingsPopup.CustomizationWindow.Height property instead.

Gets or sets the Customization Window’s height.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit structure that specifies the customization window’s height.

Property Paths

You can access this nested property as listed below:

Object Type Path to Height
GridViewProperties
MVCxGridViewProperties

Remarks

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

See Also