AddHighlight()
|
none
|
Creates a new format condition item with the default settings and adds it to the MVCxVerticalGridFormatConditionCollection collection.
|
AddHighlight(Action<VerticalGridFormatConditionHighlight>)
|
method
|
Creates a new format condition item with the default settings, adds it to the MVCxVerticalGridFormatConditionCollection 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 MVCxVerticalGridFormatConditionCollection collection.
|