Skip to main content

SpreadsheetViewSettings Class

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

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

Declaration

public class SpreadsheetViewSettings :
    ASPxSpreadsheetSettingsBase

The following members return SpreadsheetViewSettings objects:

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

Remarks

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

See Also