ColorStyleSettings.Color Property
Gets or sets a custom color of the dashboard item element.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
[DefaultValue(null)]
public Color? Color { get; set; }
<DefaultValue(Nothing)>
Public Property Color As Color?
Property Value
Type | Default | Description |
---|---|---|
Nullable<Color> | null |
A Color value that specifies the color. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Color |
---|---|
FormatConditionBar |
|
FormatConditionBar |
|
See Also
Feedback