MVCxCardViewFormatConditionCollection.AddHighlight(String, String, GridConditionHighlightFormat) Method
Creates a new format condition item with the specified settings and adds it to the MVCxCardViewFormatConditionCollection collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public CardViewFormatConditionHighlight AddHighlight(
string fieldName,
string expression,
GridConditionHighlightFormat format
)
#Parameters
Name | Type | Description |
---|---|---|
field |
String | A String value that is the name of the processed data field. This value is assigned to the Grid |
expression | String | A String value specifying the expression used to format grid cells. This value is assigned to the Grid |
format | Grid |
One of the Grid |
#Returns
Type | Description |
---|---|
Card |
A Card |