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

SpreadsheetViewSettings Class

Contains settings that allows you to manipulate the control’s view mode.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

Declaration

public class SpreadsheetViewSettings :
    ASPxSpreadsheetSettingsBase

The following members return SpreadsheetViewSettings objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxSpreadsheet.SettingsView
ASP.NET MVC Extensions SpreadsheetSettings.SettingsView

Remarks

A SpreadsheetViewSettings class instance can be accessed by using the ASPxSpreadsheet.SettingsView property.

See Also