Skip to main content

ASPxClientPopupControl.SetAdaptiveMaxHeight(maxHeight) Method

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

#Declaration

TypeScript
SetAdaptiveMaxHeight(
    maxHeight: number | string
): void

#Parameters

Name Type Description
maxHeight string | number

A string value specifying the maximum height of the popup window in adaptive mode as a percentage of the browser window inner height value.

#Remarks

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

See Also