MVCxVerticalGridFormatConditionCollection.AddHighlight(Action<VerticalGridFormatConditionHighlight>) Method
In This Article
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.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public VerticalGridFormatConditionHighlight AddHighlight(
Action<VerticalGridFormatConditionHighlight> method
)
#Parameters
Name | Type | Description |
---|---|---|
method | Action<Vertical |
A delegate method that accepts the created Vertical |
#Returns
Type | Description |
---|---|
Vertical |
An Vertical |
See Also