Skip to main content
All docs
V24.2

CardItemFormatRuleCollection Class

A collection of CardItemFormatRuleBase descendants that are format rules for the Card item.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public class CardItemFormatRuleCollection :
    FormatRuleCollection<CardItemFormatRuleBase>
See Also