Skip to main content

SpreadsheetSettings.SettingsView Property

Provides access to settings allowing you to manipulate the Spreadsheet’s view mode.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v24.2.dll

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public SpreadsheetViewSettings SettingsView { get; }

#Property Value

Type Description
SpreadsheetViewSettings

A SpreadsheetViewSettings value object containing settings to manipulate the control’s view mode.

#Remarks

The Spreadsheet control provides the Reading view mode that simplifies viewing documents on mobile devices. When the control in this view mode, all documents are opened in the read-only mode, and the ribbon toolbar is replaced with the specific toolbar for the Reading view mode. The Reading view mode is an alternative to the Editing view mode - the view mode that provides the standard full-featured Spreadsheet.

The SettingsView property provides access to settings that allow you to specify the control’s view mode.

See Also