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

    Declaration

    export abstract class CardItemFormatRuleBase extends DashboardItemFormatRule

    constructor

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

    Declaration

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

    Parameters

    Name Type
    modelJson any
    serializer ModelSerializer

    Properties

    applyToCard Property

    Declaration

    applyToCard: ko.Observable<boolean>

    Property Value

    Type
    Observable<boolean>

    cardLayoutElement Property

    Declaration

    cardLayoutElement: DevExpress.Dashboard.Model.CardFormatRuleRowElement

    Property Value

    Type
    CardFormatRuleRowElement

    layoutItemApplyTo Property

    Declaration

    layoutItemApplyTo: ko.Computed<string>

    Property Value

    Type
    Computed<string>