Skip to main content

FormatConditionRangeSet(FormatConditionRangeSetPredefinedType) Constructor

Initializes a new instance of the FormatConditionRangeSet class.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public FormatConditionRangeSet(
    FormatConditionRangeSetPredefinedType type
)

Parameters

Name Type Description
type FormatConditionRangeSetPredefinedType

A FormatConditionRangeSetPredefinedType enumeration value that specifies the predefined style used to apply conditional formatting using value ranges.

See Also