Skip to main content
All docs
V26.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.v26.1.dll

    Declaration

    public enum ItemDataLoadingMode

    Members

    Name Description
    Always

    Load all dashboard items.

    OnDemand

    Load dashboard items on demand.

    See Also