Back to Devexpress

GridItemFormatRuleCollection Class

dashboard-devexpress-dot-dashboardcommon-32f0e06a.md

latest2.2 KB
Original Source

GridItemFormatRuleCollection Class

A collection of GridItemFormatRule objects.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class GridItemFormatRuleCollection :
    FormatRuleCollection<GridItemFormatRule>
vb
Public Class GridItemFormatRuleCollection
    Inherits FormatRuleCollection(Of GridItemFormatRule)

The following members return GridItemFormatRuleCollection objects:

Remarks

The Grid dashboard item exposes the GridDashboardItem.FormatRules property that provides access to the GridItemFormatRuleCollection collection.

Inheritance

Object Collection<GridItemFormatRule> NotifyingCollection<GridItemFormatRule> NamedItemCollection<GridItemFormatRule> FormatRuleCollection<GridItemFormatRule> GridItemFormatRuleCollection

See Also

GridItemFormatRuleCollection Members

DevExpress.DashboardCommon Namespace