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

RichEditSettings.AutoSaveTimeout Property

Gets or sets the timeout for auto-saving.

Namespace: DevExpress.Web.Mvc

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

Declaration

public TimeSpan AutoSaveTimeout { get; set; }

Property Value

Type Description
TimeSpan

An integer value specifying the timeout, in milliseconds.

Remarks

The AutoSaveTimeout property specifies a delay after which the next auto-saving operation will be performed.

See Also