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.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public enum ItemDataLoadingMode

#Members

Name Description
Always

Load all dashboard items.

OnDemand

Load dashboard items on demand.

#Related API Members

The following properties accept/return ItemDataLoadingMode values:

Library Related API Members
Cross-Platform Class Library DataRequestOptions.ItemDataLoadingMode
Dashboard DxDataRequestOptions.ItemDataLoadingMode

See Also