Skip to main content
A newer version of this page is available. .

GridItemFormatRuleCollection Class

A collection of GridItemFormatRule objects.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.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