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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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