Skip to main content

DashboardViewer.PopulateUnusedDataSources Property

Gets or sets whether the DashboardViewer populates unused dashboard data sources.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

[DefaultValue(false)]
public bool PopulateUnusedDataSources { get; set; }

Property Value

Type Default Description
Boolean false

true, to populate unused dashboard data sources; otherwise, false.

See Also