Skip to main content
A newer version of this page is available. .

CardItemDeltaFormatRule(Card) Constructor

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public CardItemDeltaFormatRule(
    Card card
)

Parameters

Name Type Description
card Card

A Card object that is used to display a series of cards in the CardDashboardItem.

See Also