ASPxSpreadsheet.AutoSaveTimeout Property
Gets or sets the timeout for auto-saving.
Namespace: DevExpress.Web.ASPxSpreadsheet
Assembly: DevExpress.Web.ASPxSpreadsheet.v24.1.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" | The timeout interval. |
Remarks
The AutoSaveTimeout property specifies a delay after which the next auto-saving operation will be performed.
See Also