Skip to main content
A newer version of this page is available. .
All docs
V20.2

ItemDataLoadingMode Enum

Lists values used to specify whether to load data for all dashboard items or only for those that are visible.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v20.2.Web.dll

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

public enum ItemDataLoadingMode

Members

Name Description
Always

Load all dashboard items.

OnDemand

Load dashboard items on demand.

See Also