dashboard-devexpress-dot-dashboardcommon-20a8661a.md
Contains dashboard item coloring options.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public class DashboardItemColoringOptions
Public Class DashboardItemColoringOptions
The following members return DashboardItemColoringOptions objects:
The dashboard provides two ways to color dashboard item elements.
Dashboard items that support coloring expose the ColoringOptions property allowing you to access coloring options. The DashboardItemColoringOptions object returned by this property exposes the DashboardItemColoringOptions.UseGlobalColors property allowing you to specify whether the dashboard item uses a global or local color scheme.
Object DashboardItemColoringOptions
See Also