RequestDashboardIDsWebEventArgs(List<DashboardInfo>) Constructor
Initializes a new instance of the RequestDashboardIDsWebEventArgs class.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.1.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
Declaration
Parameters
Name | Type | Description |
---|---|---|
dashboardIDs | List<DashboardInfo> | A collection of DashboardInfo objects containing information used to identify dashboards. |
See Also