RequestDashboardIDsWebEventArgs.DashboardIDs Property
Gets or sets a collection of DashboardInfo objects containing information used to identify dashboards.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.1.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
Declaration
Property Value
Type | Description |
---|---|
List<DashboardInfo> | A collection of DashboardInfo objects containing information used to identify dashboards. |
See Also