FormatConditionRangeBase.ValueType Property
In This Article
Gets or sets the value type used in conditional formatting.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(DashboardFormatConditionValueType.Automatic)]
public virtual DashboardFormatConditionValueType ValueType { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Dashboard |
Automatic | A Dashboard |
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 Dashboard |
Automatic | A value type is selected automatically. |
See Also