Skip to main content

PopupControlSettingsBase.MaxHeight Property

Gets or sets the maximum height of a PopupControl’s window (or a DockPanel).

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public Unit MaxHeight { get; set; }

Property Value

Type Description
Unit

A Unit object that defines the maximum height of a window.

Remarks

If window resizing is allowed (the PopupControlSettingsBase.AllowResize property is set to true), end-users can change a window’s size. You can use the PopupControlSettingsBase.MinHeight, MaxHeight, PopupControlSettingsBase.MinWidth, and PopupControlSettingsBase.MaxWidth properties to specify window size constraints, limiting the window resizing capability of end-users.

See Also