Skip to main content
A newer version of this page is available. .

FormatConditionRangeSet.Generate(FormatConditionRangeSetPredefinedType) Method

Assigns the specified predefined style to the current format condition.

Namespace: DevExpress.DashboardCommon

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

Declaration

public virtual void Generate(
    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