Skip to main content
All docs
V25.1
  • CardItemDeltaFormatRule Constructors

    A format rule that is calculated by delta and used to apply conditional formatting to the Card dashboard item.
    Name Parameters Description
    CardItemDeltaFormatRule() none Initializes a new instance of the CardItemDeltaFormatRule class.
    CardItemDeltaFormatRule(Card, DeltaValueType, CardFormatRuleLayoutElement) card, deltaValueType, layoutElementType Initializes a new instance of the CardItemDeltaFormatRule class with specified settings.
    CardItemDeltaFormatRule(Card, DeltaValueType) card, deltaValueType Initializes a new instance of the CardItemDeltaFormatRule class with specified settings.
    CardItemDeltaFormatRule(Card) card Initializes a new instance of the CardItemDeltaFormatRule class with specified settings.
    See Also