SpreadsheetSettings.AutoSaveTimeout Property
Gets or sets the timeout for auto-saving.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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