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

MVCxVerticalGridFormatConditionCollection.AddIconSet Method

Name Parameters Description
AddIconSet() none Creates a new format condition item with the default settings and adds it to the MVCxVerticalGridFormatConditionCollection collection.
AddIconSet(Action<VerticalGridFormatConditionIconSet>) 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.
AddIconSet(String, GridConditionIconSetFormat) fieldName, format Creates a new format condition item with the specified settings and adds it to the MVCxVerticalGridFormatConditionCollection collection.