Skip to main content
All docs
V18.2

DashboardViewerSettings.SessionTimeout Property

Gets or sets the session time-out (in seconds) specifying how long internal dashboard data are stored on the server.

Namespace: DevExpress.DashboardWeb.Mvc

Assembly: DevExpress.Dashboard.v18.2.Web.Mvc5.dll

Declaration

public double SessionTimeout { get; set; }

Property Value

Type Description
Double

A Double value that is the session time-out (in seconds) specifying how long internal dashboard data are stored on the server.

Remarks

Tip

Internal dashboard data are used to accelerate specific client-side actions (for instance, applying master filtering).

See Also