Skip to main content
All docs
V25.1
  • CardFormatRuleRowElement Class

    Declaration

    export class CardFormatRuleRowElement extends SerializableModel

    Inherited Members

    Inheritance

    SerializableModel
    CardFormatRuleRowElement

    constructor

    Initializes a new instance of the CardFormatRuleRowElement class with specified settings.

    Declaration

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

    Parameters

    Name Type
    modelJson any
    serializer ModelSerializer

    Properties

    dimensionId Property

    Declaration

    dimensionId: ko.Observable<string>

    Property Value

    Type
    Observable<string>

    elementTypeApplyTo Property

    Declaration

    elementTypeApplyTo: ko.Observable<string>

    Property Value

    Type
    Observable<string>

    textId Property

    Declaration

    textId: ko.Observable<string>

    Property Value

    Type
    Observable<string>

    Methods

    getInfo Method

    Declaration

    getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray

    Returns

    Type
    ISerializationInfoArray