MVCxGridViewFormatConditionCollection<RowType>.AddIconSet(Expression<Func<RowType, ValueType>>, GridConditionIconSetFormat) Method
In This Article
Creates a new format condition item with the specified settings and adds it to the MVCxGridViewFormatConditionCollection<RowType> collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public GridViewFormatConditionIconSet AddIconSet(
Expression<Func<RowType, ValueType>> fieldNameExpression,
GridConditionIconSetFormat format
)
#Parameters
Name | Type | Description |
---|---|---|
field |
Expression<Func<Row |
An expression that identifies the processed data field. |
format | Grid |
One of the Grid |
#Returns
Type | Description |
---|---|
Grid |
A Grid |
See Also