Skip to main content

RequestDashboardIDsWebEventArgs.DashboardIDs Property

Gets or sets a collection of DashboardInfo objects containing information used to identify dashboards.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

public List<DashboardInfo> DashboardIDs { get; set; }

Property Value

Type Description
List<DashboardInfo>

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

See Also