Skip to main content
A newer version of this page is available. .

RequestDashboardIDsWebEventArgs.DashboardIDs Property

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

Namespace: DevExpress.DashboardWeb

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

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