Back to Devexpress

ASPxSpreadsheet.FullscreenMode Property

aspnet-devexpress-dot-web-dot-aspxspreadsheet-dot-aspxspreadsheet-dc125810.md

latest1.8 KB
Original Source

ASPxSpreadsheet.FullscreenMode Property

Specifies whether or not the ASPxSpreadsheet control is used in full-screen mode.

Namespace : DevExpress.Web.ASPxSpreadsheet

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

NuGet Package : DevExpress.Web.Office

Declaration

csharp
[DefaultValue(false)]
public bool FullscreenMode { get; set; }
vb
<DefaultValue(False)>
Public Property FullscreenMode As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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 page load. The Spreadsheet can then be resized with the browser window.

According to browser requirements, if the Spreadsheet control is contained in a frame, the FullscreenMode property should be set in a user-generated event handler (a button click, a key press) for security reasons.

See Also

SetFullscreenMode(fullscreen)

ASPxSpreadsheet Class

ASPxSpreadsheet Members

DevExpress.Web.ASPxSpreadsheet Namespace