ViewModeChangingEventArgs.NewMode Property
A value specifying the view mode
Namespace: DevExpress.Web.ASPxSpreadsheet
Assembly: DevExpress.Web.ASPxSpreadsheet.v24.1.dll
NuGet Package: DevExpress.Web.Office
Declaration
Property Value
Type | Description |
---|---|
SpreadsheetViewMode | Gets the control’s new view mode. |
Available values:
Name | Description |
---|---|
Editing | Specifies that the Spreadsheet is in Editing view mode. In this view mode, users can edit a document’s content. |
Reading | Specifies that the Spreadsheet is in Reading view mode. In this view mode, users cannot edit a document’s content. |
See Also