Back to Devexpress

ASPxDashboard.RequestDashboardIDs Event

dashboard-devexpress-dot-dashboardweb-dot-aspxdashboard-e46fc9e2.md

latest2.3 KB
Original Source

ASPxDashboard.RequestDashboardIDs Event

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

Declaration

csharp
public event RequestDashboardIDsWebEventHandler RequestDashboardIDs
vb
Public Event RequestDashboardIDs As RequestDashboardIDsWebEventHandler

Event Data

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

PropertyDescription
DashboardIDsGets 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

ASPxDashboard Class

ASPxDashboard Members

DevExpress.DashboardWeb Namespace