CardFormatRuleRowElement Class
#Declaration
TypeScript
export class CardFormatRuleRowElement extends SerializableModel
#Inheritance
SerializableModel
CardFormatRuleRowElement
#constructor
Initializes a new instance of the CardFormatRuleRowElement
class with specified settings.
#Declaration
TypeScript
constructor(
modelJson?: any,
serializer?: DevExpress.Analytics.Utils.ModelSerializer
)
#Parameters
Name | Type |
---|---|
model |
any |
serializer | Model |
#Properties
#dimensionId Property
#Declaration
TypeScript
dimensionId: ko.Observable<string>
#Property Value
Type |
---|
Observable<string> |
#elementTypeApplyTo Property
#Declaration
TypeScript
elementTypeApplyTo: ko.Observable<string>
#Property Value
Type |
---|
Observable<string> |
#textId Property
#Declaration
TypeScript
textId: ko.Observable<string>
#Property Value
Type |
---|
Observable<string> |
#Methods
#getInfo Method
#Declaration
TypeScript
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray
#Returns
Type |
---|
ISerialization |