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

FormatConditionMinMaxBase.MaximumType Property

Gets or sets the type of the FormatConditionMinMaxBase.Maximum value.

Namespace: DevExpress.DashboardCommon

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

Declaration

[DefaultValue(DashboardFormatConditionValueType.Automatic)]
public DashboardFormatConditionValueType MaximumType { get; set; }

Property Value

Type Default Description
DashboardFormatConditionValueType **Automatic**

A DashboardFormatConditionValueType enumeration value that specifies the type of the FormatConditionMinMaxBase.Maximum value.

Available values:

Name Description
Number

A numeric value.

Percent

A percentage value.

Note

Note that the Percent value type is not in effect when formatting is applied to date-time dimensions. In this case, the DashboardItemFormatRule.IsValid property will return false.

Automatic

A value type is selected automatically.

See Also