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

FormatRuleCollection<T> Class

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

Namespace: DevExpress.DashboardCommon

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

Declaration

public abstract class FormatRuleCollection<T> :
    NamedItemCollection<T>,
    IFormatRuleCollection,
    IXmlSerializableElement,
    IEnumerable<DashboardItemFormatRule>,
    IEnumerable
    where T : DashboardItemFormatRule, new()

Type Parameters

Name
T
See Also