dashboard-devexpress-dot-dashboardcommon-32f0e06a.md
A collection of GridItemFormatRule objects.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public class GridItemFormatRuleCollection :
FormatRuleCollection<GridItemFormatRule>
Public Class GridItemFormatRuleCollection
Inherits FormatRuleCollection(Of GridItemFormatRule)
The following members return GridItemFormatRuleCollection objects:
The Grid dashboard item exposes the GridDashboardItem.FormatRules property that provides access to the GridItemFormatRuleCollection collection.
Object Collection<GridItemFormatRule> NotifyingCollection<GridItemFormatRule> NamedItemCollection<GridItemFormatRule> FormatRuleCollection<GridItemFormatRule> GridItemFormatRuleCollection
See Also