dashboard-devexpress-dot-dashboardcommon-dot-formatrulecollection-1.md
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
public abstract class FormatRuleCollection<T> :
NamedItemCollection<T>,
IFormatRuleCollection,
IXmlSerializableElement,
IEnumerable<DashboardItemFormatRule>,
IEnumerable
where T : DashboardItemFormatRule
Public MustInherit Class FormatRuleCollection(Of T As DashboardItemFormatRule)
Inherits NamedItemCollection(Of T)
Implements IFormatRuleCollection,
IXmlSerializableElement,
IEnumerable(Of DashboardItemFormatRule),
IEnumerable
| Name |
|---|
| T |
Object Collection<T> NotifyingCollection<T> NamedItemCollection<T> FormatRuleCollection<T> CardItemFormatRuleCollection
ScatterChartItemFormatRuleCollection
See Also