DashboardFlatDataSourceOptions Class
In This Article
Contains DashboardFlatDataSource settings.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#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.
See Also