dashboard-devexpress-dot-dashboardweb-dot-aspxdashboard-e46fc9e2.md
Allows you to specify dashboards available in the dashboard storage.
Namespace : DevExpress.DashboardWeb
Assembly : DevExpress.Dashboard.v25.2.Web.WebForms.dll
NuGet Package : DevExpress.Web.Dashboard
public event RequestDashboardIDsWebEventHandler RequestDashboardIDs
Public Event RequestDashboardIDs As RequestDashboardIDsWebEventHandler
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. |
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