Skip to main content
A newer version of this page is available. .
All docs
V20.2

ColorStyleSettings.PredefinedColor Property

Gets or sets the predefined color that is used to color dashboard item elements.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[DefaultValue(FormatConditionAppearanceType.None)]
public FormatConditionAppearanceType PredefinedColor { get; set; }

Property Value

Type Default Description
FormatConditionAppearanceType **None**

A FormatConditionAppearanceType object that specifies predefined appearance settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to PredefinedColor
FormatConditionBar
.NegativeStyleSettings .PredefinedColor
See Also