Skip to main content
A newer version of this page is available. .

ASPxDashboard.RequestDashboardIDs Event

Allows you to specify dashboards available in the dashboard storage.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.dll

Declaration

public event RequestDashboardIDsWebEventHandler RequestDashboardIDs

Event Data

The RequestDashboardIDs event's data class is RequestDashboardIDsWebEventArgs. The following properties provide information specific to this event:

Property Description
DashboardIDs Gets or sets a collection of DashboardInfo objects containing information used to identify dashboards.

Remarks

Use the RequestDashboardIDsWebEventArgs.DashboardIDs event parameter to specify the list of DashboardInfo objects containing information used to identify a dashboard.

RequestDashboardIDs can be used along with the following events to manage dashboards within a storage.

See Also