Skip to main content

FormatRuleCollection<T> Class

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

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

Type Parameters

Name
T
See Also