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

SpreadsheetSettings.FullscreenMode Property

Gets or sets a value specifying whether the Spreadsheet is used in full-screen mode.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public bool FullscreenMode { get; set; }

Property Value

Type Description
Boolean

true, to enable full-screen mode; otherwise, false.

Remarks

When the FullscreenMode property is set to true, the Spreadsheet occupies the browser’s entire client region on the page load and can then be resized with the browser window.

See Also