FormatConditionRangeBase.ValueType Property
Gets or sets the value type used in conditional formatting.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
[DefaultValue(DashboardFormatConditionValueType.Automatic)]
public virtual DashboardFormatConditionValueType ValueType { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DashboardFormatConditionValueType | Automatic | A DashboardFormatConditionValueType object that specifies the value type used in conditional formatting. |
See Also