PopupWindow.MaxHeight Property
Gets or sets the maximum height of the window.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Unit | String.Empty | A Unit object that defines the maximum height of the window. |
Remarks
If window resizing is allowed (the ASPxPopupControlBase.AllowResize property is set to true
) end-users can change a window’s size. You can use the PopupWindow.MinHeight, MaxHeight, PopupWindow.MinWidth, and PopupWindow.MaxWidth properties to specify window size constraints, limiting the window resizing capability of end-users.
Use the MaxHeight property to specify the maximum height to which an end-user can resize the window. To apply the specific maximum height to all windows within an ASPxPopupControl use the ASPxPopupControlBase.MaxHeight property.