FormatConditionRangeSet.Generate(FormatConditionRangeSetPredefinedType) Method
In This Article
Assigns the specified predefined style to the current format condition.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public virtual void Generate(
FormatConditionRangeSetPredefinedType type
)
#Parameters
Name | Type | Description |
---|---|---|
type | Format |
A Format |
See Also