SpreadsheetSettings.AutoSaveMode Property
Gets or sets the auto-saving mode.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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