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.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

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

Type Parameters

Name
T
See Also