FormatConditionValue Class
A format condition used to apply formatting according to predefined values.
#Declaration
TypeScript
export class FormatConditionValue extends FormatConditionStyleBase
#Inherited Members
#Inheritance
SerializableModel
FormatConditionBase
FormatConditionStyleBase
FormatConditionValue
#constructor
Initializes a new instance of the FormatConditionValue
class.
#Declaration
TypeScript
constructor(
modelJson?: any,
serializer?: DevExpress.Analytics.Utils.ModelSerializer
)
#Parameters
Name | Type | Description |
---|---|---|
model |
any | A JSON object used for dashboard deserialization. Do not pass this parameter directly. |
serializer | Model |
An object used for dashboard deserialization. Do not pass this parameter directly. |
#Properties
#condition Property
#Declaration
TypeScript
condition: ko.Observable<DevExpress.Dashboard.Model.DashboardFormatCondition>
#Property Value
Type |
---|
Observable<Dashboard |
#getSpecificType Property
#Declaration
TypeScript
getSpecificType: () => DevExpress.Dashboard.Model.DashboardFormatCondition
#Property Value
Type |
---|
() => Dashboard |
#setSpecificType Property
#Declaration
TypeScript
setSpecificType: (type: DevExpress.Dashboard.Model.DashboardFormatCondition) => void
#Property Value
Type |
---|
(type: Dashboard |
#value1 Property
#Declaration
TypeScript
value1: DevExpress.Dashboard.Model.ComplexValue
#Property Value
Type |
---|
Complex |
#value2 Property
#Declaration
TypeScript
value2: DevExpress.Dashboard.Model.ComplexValue
#Property Value
Type |
---|
Complex |