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

DashboardViewer.PopulateUnusedDataMembers Property

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

Namespace: DevExpress.DashboardWin

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

Declaration

[DefaultValue(true)]
public bool PopulateUnusedDataMembers { get; set; }

Property Value

Type Default
Boolean **true**

Remarks

Note that the PopulateUnusedDataMembers property is in effect for DashboardSqlDataSource. For SQL data sources, the data member is a query used to select a specific subset of data.

See Also