Skip to main content
All docs
V25.1
  • ColorStyleSettings.PredefinedColor Property

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

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v25.1.Core.dll

    NuGet Package: DevExpress.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.

    See Also