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