Skip to main content

RequestDashboardIDsWebEventArgs(List<DashboardInfo>) Constructor

Initializes a new instance of the RequestDashboardIDsWebEventArgs class.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

public RequestDashboardIDsWebEventArgs(
    List<DashboardInfo> dashboardIDs
)

Parameters

Name Type Description
dashboardIDs List<DashboardInfo>

A collection of DashboardInfo objects containing information used to identify dashboards.

See Also