FormatConditionMinMaxBase.MaximumType Property
Gets or sets the type of the FormatConditionMinMaxBase.Maximum value.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
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. |
See Also