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

FormatConditionMinMaxBase.MinimumType Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

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

Property Value

Type Default Description
DashboardFormatConditionValueType **Automatic**

A DashboardFormatConditionValueType, which is the type of the FormatConditionMinMaxBase.Minimum value.

See Also