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

ASPxClientSpreadsheet.SetFullscreenMode(fullscreen) Method

Enables you to switch the full-screen mode of the Spreadsheet.

Declaration

SetFullscreenMode(
    fullscreen: boolean
): void

Parameters

Name Type Description
fullscreen boolean

true to activate full-screen mode; false to deactivate full-screen mode.

Remarks

In full-screen mode, Spreadsheet occupies the browser’s entire client region and can be resized with the browser window.

See Also