Skip to main content
All docs
V25.1
  • DashboardFlatDataSourceOptions Class

    Contains DashboardFlatDataSource settings.

    Namespace: DevExpress.DashboardCommon

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