Skip to main content

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.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public enum ItemDataLoadingMode

Members

Name Description
Always

Load all dashboard items.

OnDemand

Load dashboard items on demand.

See Also