A newer version of this page is available.
Switch to the current version.
ASPxRichEdit.AutoSaveTimeout Property
Gets or sets the timeout for auto-saving.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v18.2.dll
Declaration
[DefaultValue(typeof(TimeSpan), "00:05:00")]
public TimeSpan AutoSaveTimeout { get; set; }
<DefaultValue(GetType(TimeSpan), "00:05:00")>
Public Property AutoSaveTimeout As TimeSpan
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.
Implements
DevExpress.Web.Office.Internal.IAutoSaveControl.AutoSaveTimeout
See Also
Feedback