Back to Devexpress

CardItemFormatRuleCollection Class

dashboard-devexpress-dot-dashboardcommon-aadc0201.md

latest2.0 KB
Original Source

CardItemFormatRuleCollection Class

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

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class CardItemFormatRuleCollection :
    FormatRuleCollection<CardItemFormatRuleBase>
vb
Public Class CardItemFormatRuleCollection
    Inherits FormatRuleCollection(Of CardItemFormatRuleBase)

The following members return CardItemFormatRuleCollection objects:

Inheritance

Object Collection<CardItemFormatRuleBase> NotifyingCollection<CardItemFormatRuleBase> NamedItemCollection<CardItemFormatRuleBase> FormatRuleCollection<CardItemFormatRuleBase> CardItemFormatRuleCollection

See Also

CardItemFormatRuleCollection Members

DevExpress.DashboardCommon Namespace