Skip to main content

CellsItemFormatRule Class

#Declaration

TypeScript
export abstract class CellsItemFormatRule extends DashboardItemFormatRule

#constructor

Initializes a new instance of the CellsItemFormatRule class.

#Declaration

TypeScript
constructor(
    modelJson?: any,
    serializer?: DevExpress.Analytics.Utils.ModelSerializer
)

#Parameters

Name Type Description
modelJson any

A JSON object used for dashboard deserialization. Do not pass this parameter directly.

serializer ModelSerializer

An object used for dashboard deserialization. Do not pass this parameter directly.

#Properties

#applyToRow Property

#Declaration

TypeScript
applyToRow: ko.Observable<boolean>

#Property Value

Type
Observable<boolean>

#dataItemApplyToName Property

#Declaration

TypeScript
dataItemApplyToName: ko.Computed<string>

#Property Value

Type
Computed<string>

#dataItemName Property

#Declaration

TypeScript
dataItemName: ko.Observable<string>

#Property Value

Type
Observable<string>

#Methods

#getInfo Method

For internal use.

#Declaration

TypeScript
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray

#Returns

Type Description
ISerializationInfoArray

An array of objects that provide serialization info.