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

DashboardViewer.PopulateUnusedDataSources Property

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

Namespace: DevExpress.DashboardWin

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

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.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