Back to Devexpress

FormatRuleCollection<T> Class

dashboard-devexpress-dot-dashboardcommon-dot-formatrulecollection-1.md

latest2.3 KB
Original Source

FormatRuleCollection<T> Class

Serves as a base for classes that are collections of DashboardItemFormatRule descendants.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public abstract class FormatRuleCollection<T> :
    NamedItemCollection<T>,
    IFormatRuleCollection,
    IXmlSerializableElement,
    IEnumerable<DashboardItemFormatRule>,
    IEnumerable
    where T : DashboardItemFormatRule
vb
Public MustInherit Class FormatRuleCollection(Of T As DashboardItemFormatRule)
    Inherits NamedItemCollection(Of T)
    Implements IFormatRuleCollection,
               IXmlSerializableElement,
               IEnumerable(Of DashboardItemFormatRule),
               IEnumerable

Type Parameters

Name
T

Inheritance

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

ChartItemFormatRuleCollection

GridItemFormatRuleCollection

PivotItemFormatRuleCollection

ScatterChartItemFormatRuleCollection

See Also

FormatRuleCollection<T> Members

DevExpress.DashboardCommon Namespace