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

ASPxClientPopupControl.SetWindowAdaptiveMaxHeight(window, maxHeight) Method

Sets the maximum height of the specified popup window in adaptive mode.

Declaration

SetWindowAdaptiveMaxHeight(
    window: ASPxClientPopupWindow,
    maxHeight: number | string
): void

Parameters

Name Type Description
window ASPxClientPopupWindow

A ASPxClientPopupWindow object representing the required popup window.

maxHeight number | string

An integer value specifying the maximum height of the popup window in adaptive mode.

Remarks

The window parameter defines which popup window (stored in the ASPxPopupControl.Windows collection) should be passed to the method. You can access the required popup window using the ASPxClientPopupControl.GetWindow and ASPxClientPopupControl.GetWindowByName methods.

The PopupControlAdaptivitySettings.Mode property defines when the ASPxPopupControl is in adaptive mode.

See Also