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

GridItemFormatRule Constructors

A format rule used to apply conditional formatting to the Grid dashboard item.
Name Parameters Description
GridItemFormatRule() none Initializes a new instance of the GridItemFormatRule class.
GridItemFormatRule(DataItem, DataItem) item, itemApplyTo Initializes a new instance of the GridItemFormatRule class.
GridItemFormatRule(DataItem) item Initializes a new instance of the GridItemFormatRule class.
GridItemFormatRule(GridColumnBase, GridColumnBase) column, columnApplyTo Initializes a new instance of the GridItemFormatRule class.
GridItemFormatRule(GridColumnBase) column Initializes a new instance of the GridItemFormatRule class.
See Also