ASPxClientPopupControl.SetAdaptiveMinWidth(minWidth) Method
Sets the minimum width of the popup window in adaptive mode.
Declaration
SetAdaptiveMinWidth(
minWidth: number | string
): void
Parameters
Name | Type | Description |
---|---|---|
minWidth | string | number | A string value specifying the minimum 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