Skip to main content

SpreadsheetSettings.AutoSaveMode Property

Gets or sets the auto-saving mode.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public AutoSaveMode AutoSaveMode { get; set; }

Property Value

Type Description
AutoSaveMode

One of the AutoSaveMode values.

Available values:

Name Description
Default

The autosave feature is disabled by default. If a document is opened by multiple controls with different values of the AutoSaveMode property, the autosave feature is enabled for every control. The timeout is set to the smallest value among all these controls.

On

The autosave mode is enabled. The control saves the active document automatically on each timeout.

See Also