Skip to main content
A newer version of this page is available. .
All docs
V21.1

DashboardFlatDataSourceOptions Class

Contains DashboardFlatDataSource settings.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v21.1.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public class DashboardFlatDataSourceOptions

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.

Inheritance

Object
DashboardFlatDataSourceOptions
See Also