SpreadsheetSettings.AutoSaveMode Property
In This Article
Gets or sets the auto-saving mode.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public AutoSaveMode AutoSaveMode { get; set; }
#Property Value
Type | Description |
---|---|
Auto |
One of the Auto |
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 Auto |
On | The autosave mode is enabled. The control saves the active document automatically on each timeout. |
See Also