Skip to main content
All docs
V25.1
  • 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.v25.1.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