ASPxSpreadsheet.FullscreenMode Property
Specifies whether or not the ASPxSpreadsheet control is used in full-screen mode.
Namespace: DevExpress.Web.ASPxSpreadsheet
Assembly: DevExpress.Web.ASPxSpreadsheet.v24.1.dll
NuGet Package: DevExpress.Web.Office
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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