Skip to main content
A newer version of this page is available. .

ASPxDashboardViewer.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

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

Declaration

[DefaultValue(300)]
public double SessionTimeout { get; set; }

Property Value

Type Default Description
Double 300

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