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