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

ASPxSpreadsheet.AutoSaveTimeout Property

Gets or sets the timeout for auto-saving.

Namespace: DevExpress.Web.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v20.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

[DefaultValue(typeof(TimeSpan), "00:05:00")]
public TimeSpan AutoSaveTimeout { get; set; }

Property Value

Type Default Description
TimeSpan "00:05:00"

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