FormatRuleCollection<T> Class
Serves as a base for classes that are collections of DashboardItemFormatRule descendants.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.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