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

ASPxRichEdit.AutoSaveMode Property

Gets or sets the auto-saving mode.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v19.2.dll

Declaration

[DefaultValue(AutoSaveMode.Default)]
public AutoSaveMode AutoSaveMode { get; set; }

Property Value

Type Default Description
AutoSaveMode **Default**

One of the AutoSaveMode values.

Available values:

Name Description
Default

Specifies the default auto-saving mode.

On

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

See Also