CardItemFormatRuleBase Class
#Declaration
TypeScript
export abstract class CardItemFormatRuleBase extends DashboardItemFormatRule
#Inherited Members
#Inheritance
#constructor
Initializes a new instance of the CardItemFormatRuleBase
class with specified settings.
#Declaration
TypeScript
constructor(
modelJson?: any,
serializer?: DevExpress.Analytics.Utils.ModelSerializer
)
#Parameters
Name | Type |
---|---|
model |
any |
serializer | Model |
#Properties
#applyToCard Property
#Declaration
TypeScript
applyToCard: ko.Observable<boolean>
#Property Value
Type |
---|
Observable<boolean> |
#cardLayoutElement Property
#Declaration
TypeScript
cardLayoutElement: DevExpress.Dashboard.Model.CardFormatRuleRowElement
#Property Value
Type |
---|
Card |
#layoutItemApplyTo Property
#Declaration
TypeScript
layoutItemApplyTo: ko.Computed<string>
#Property Value
Type |
---|
Computed<string> |