Skip to main content
All docs
V26.1
  • HibernationOptions.Timeout Property

    Specifies the idle timeout after which an open document is hibernated.

    Namespace: DevExpress.Web.Office

    Assembly: DevExpress.AspNetCore.Core.v26.1.dll

    Declaration

    public TimeSpan Timeout { get; set; }

    Property Value

    Type Description
    TimeSpan

    An object that specifies the idle timeout.

    Remarks

    The Spreadsheet hibernates inactive open documents after an idle timeout passed. Use the Timeout property to specify the idle timeout value.

    The DocumentsDisposeTimeout property specifies how long hibernated documents are stored on the server before disposal.

    See Also