RequestDashboardIDsWebEventArgs.DashboardIDs Property
In This Article
Gets or sets a collection of DashboardInfo objects containing information used to identify dashboards.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
#Declaration
public List<DashboardInfo> DashboardIDs { get; set; }
#Property Value
Type | Description |
---|---|
List<Dashboard |
A collection of Dashboard |
See Also