DashboardViewer.PopulateUnusedDataMembers Property
Gets or sets whether the DashboardViewer populates unused dashboard data members.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v23.1.Win.dll
NuGet Packages: DevExpress.Win.Dashboard, DevExpress.Win.Dashboard.Design
Declaration
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