Skip to main content

FormatConditionMinMaxBase.Maximum Property

Gets or sets the maximum value in a range.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public decimal Maximum { get; set; }

#Property Value

Type Description
Decimal

A Decimal value that specifies the maximum value in a range.

#Remarks

Use the FormatConditionMinMaxBase.MaximumType property to set the type of the specified value.

See Also