Skip to main content

CardRowBase Class

Serves as the base for classes that are rows in the CardItem‘s layout.

Declaration

export abstract class CardRowBase extends TypedSerializableModel

Remarks

Refer to the CardLayoutTemplate class description to learn how to manage the layout of cards in the CardItem.

Inherited Members

constructor

Initializes a new instance of the CardRowBase class.

Declaration

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

indent Property

Declaration

indent: ko.Observable<number>

Property Value

Type
Observable<number>

vAlignment Property

Declaration

vAlignment: ko.Observable<string>

Property Value

Type
Observable<string>

Methods

getInfo Method

For internal use.

Declaration

getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray

Returns

Type Description
ISerializationInfoArray

An array of objects that provide serialization info.