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

ViewModeChangingEventArgs.NewMode Property

A value specifying the view mode

Namespace: DevExpress.Web.ASPxSpreadsheet

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

Declaration

public SpreadsheetViewMode NewMode { get; }

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