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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Members
Name | Description |
---|---|
Always
|
Load all dashboard items. |
OnDemand
|
Load dashboard items on demand. |
See Also