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

FormatConditionMinMaxBase.Minimum Property

Gets or sets the minimum value in a range.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public decimal Minimum { get; set; }

Property Value

Type Description
Decimal

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

Remarks

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

See Also