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

ASPxClientPopupControl.SetAdaptiveMaxWidth(maxWidth) Method

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

Declaration

SetAdaptiveMaxWidth(
    maxWidth: number | string
): void

Parameters

Name Type Description
maxWidth number | string

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

Remarks

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

See Also