PopupControlSettingsBase.MinHeight Property
Gets or sets the minimum height of a PopupControl’s window (or a DockPanel).
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Unit | A Unit object that defines the minimum 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 MinHeight, PopupControlSettingsBase.MaxHeight, PopupControlSettingsBase.MinWidth, and PopupControlSettingsBase.MaxWidth properties to specify window size constraints, limiting the window resizing capability of end-users.
See Also