Skip to main content

GridItemFormatRuleCollection Class

A collection of GridItemFormatRule objects.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public class GridItemFormatRuleCollection :
    FormatRuleCollection<GridItemFormatRule>

Remarks

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

See Also