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

AutoSaveMode Enum

Lists values specifying the auto-save mode.

Namespace: DevExpress.Web.Office.Internal

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum AutoSaveMode

Members

Name Description
Default

Specifies the default auto-saving mode.

On

The auto-saving mode is explicitly set to “On” for the control.

Related API Members

The following properties accept/return AutoSaveMode values:

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

See Also