ViewModeChangingEventArgs.NewMode Property
In This Article
A value specifying the view mode
Namespace: DevExpress.Web.ASPxSpreadsheet
Assembly: DevExpress.Web.ASPxSpreadsheet.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
public SpreadsheetViewMode NewMode { get; }
#Property Value
Type | Description |
---|---|
Spreadsheet |
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