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

MVCxGridViewFormatConditionCollection.AddHighlight Method

Name Parameters Description
AddHighlight() none Creates a new format condition item with the default settings and adds it to the MVCxGridViewFormatConditionCollection collection.
AddHighlight(Action<GridViewFormatConditionHighlight>) method Creates a new format condition item with the default settings, adds it to the MVCxGridViewFormatConditionCollection collection, and allows you to customize this item in a delegate method implementation.
AddHighlight(String, String, GridConditionHighlightFormat) fieldName, expression, format Creates a new format condition item with the specified settings and adds it to the MVCxGridViewFormatConditionCollection collection.