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

ASPxSpreadsheet.FullscreenMode Property

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

Namespace: DevExpress.Web.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v19.2.dll

Declaration

[DefaultValue(false)]
public bool FullscreenMode { get; set; }

Property Value

Type Default Description
Boolean **false**

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