Skip to main content

PivotItemFormatRuleLevel Class

#Declaration

TypeScript
export class PivotItemFormatRuleLevel extends SerializableModel

#Inherited Members

#Inheritance

SerializableModel
PivotItemFormatRuleLevel

#constructor

Initializes a new instance of the PivotItemFormatRuleLevel 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

#column Property

#Declaration

TypeScript
column: ko.Observable<string>

#Property Value

Type
Observable<string>

#row Property

#Declaration

TypeScript
row: 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.