Skip to main content
All docs
V23.2

DashboardFlatDataSourceOptions Class

Contains DashboardFlatDataSource settings.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.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