DashboardFlatDataSourceOptions Class
Contains DashboardFlatDataSource settings.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v21.2.Core.dll
Declaration
Remarks
DashboardFlatDataSourceOptions
allows you to add coloring and display text columns to the DashboardFlatDataSource
object.
To do this, set the AddColoringColumns and AddDisplayTextColumns properties to true, then pass the DashboardFlatDataSourceOptions
object to the CustomItemData.GetFlatData(DashboardFlatDataSourceOptions) method.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the DashboardFlatDataSourceOptions class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.