Skip to main content
All docs
V25.1
  • DashboardViewer.LoadInactiveTabs Property

    Gets or sets whether the control loads data for dashboard items on the initially inactive tab pages.

    Namespace: DevExpress.DashboardWin

    Assembly: DevExpress.Dashboard.v25.1.Win.dll

    NuGet Package: DevExpress.Win.Dashboard

    Declaration

    [DefaultValue(true)]
    public bool LoadInactiveTabs { get; set; }

    Property Value

    Type Default Description
    Boolean true

    true, to load data in the inactive tab pages; otherwise, false.

    Remarks

    Slow application performance can be caused by prolonged data processing. You can disable data loading for inactive tab pages to speed up application load time. If you set the control’s LoadInactiveTabs property to false, data is loaded only for the selected tab page during the first data loading. After that, when you select another tab page, the control loads data for all dashboard items on this page. Note that if an inactive tab page contains master-filter items, the filters are not applied until you switch to this tab page.

    You can use the following API to identify the selected tab page:

    See Also