Allows you to provide data for the DashboardObjectDataSource.
Namespace: DevExpress.DashboardWeb.Mvc
Assembly: DevExpress.Dashboard.v18.2.Web.Mvc5.dll
public DataLoadingWebEventHandler DataLoading { get; set; }
Public Property DataLoading As DataLoadingWebEventHandler
Type | Description |
---|---|
DataLoadingWebEventHandler | A DataLoadingWebEventHandler delegate method allowing you to implement custom processing. |
Implement a DataLoadingWebEventHandler delegate method and assign it to the DataLoading property. For more implementation details, refer to the DataLoadingWebEventHandler delegate description.