Skip to main content
All docs
V25.2
  • ColorStyleSettings(FormatConditionAppearanceType) Constructor

    Initializes a new instance of the ColorStyleSettings class with specified settings.

    Namespace: DevExpress.DashboardCommon

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

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    public ColorStyleSettings(
        FormatConditionAppearanceType predefinedColor
    )

    Parameters

    Name Type Description
    predefinedColor FormatConditionAppearanceType

    A FormatConditionAppearanceType object that specifies predefined appearance settings.

    See Also