Skip to main content
Tab

GridCustomizationWindowPopupSettings.Height Property

Gets or sets the customization window‘s height.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit Height { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit structure that specifies the height.

Remarks

To specify the customization window‘s width, use the GridCustomizationWindowPopupSettings.Width property.

See Also