ASPxDashboard.RequestDashboardIDs Event
In This Article
Allows you to specify dashboards available in the dashboard storage.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.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 |
---|---|
Dashboard |
Gets or sets a collection of Dashboard |
#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