Skip to main content

ASPxDashboard.RequestDashboardIDs Event

Allows you to specify dashboards available in the dashboard storage.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard

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