Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

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