Skip to main content

AutoSaveMode Enum

Lists values that specify the autosave mode.

Namespace: DevExpress.Web.Office.Internal

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum AutoSaveMode

Members

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.

Related API Members

The following properties accept/return AutoSaveMode values:

Library Related API Members
ASP.NET Web Forms Controls ASPxRichEdit.AutoSaveMode
ASPxSpreadsheet.AutoSaveMode
ASP.NET MVC Extensions RichEditSettings.AutoSaveMode
SpreadsheetSettings.AutoSaveMode

See Also