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

RichEditSettings.AutoSaveMode Property

Gets or sets the auto-saving mode.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public AutoSaveMode AutoSaveMode { get; set; }

Property Value

Type Description
AutoSaveMode

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