FormatRuleCollection<T> Class
In This Article
Serves as a base for classes that are collections of DashboardItemFormatRule descendants.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.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 |
#Inheritance
See Also