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

MVCxGridViewFormatConditionCollection<RowType>.AddIconSet(Expression<Func<RowType, ValueType>>, GridConditionIconSetFormat) Method

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.v18.2.dll

Declaration

public GridViewFormatConditionIconSet AddIconSet(
    Expression<Func<RowType, ValueType>> fieldNameExpression,
    GridConditionIconSetFormat format
)

Parameters

Name Type Description
fieldNameExpression Expression<Func<RowType, ValueType>>

An expression that identifies the processed data field.

format GridConditionIconSetFormat

One of the GridConditionIconSetFormat enumeration values specifying the format (icon set) applied to cells.

Returns

Type Description
GridViewFormatConditionIconSet

A GridViewFormatConditionIconSet object that is the newly created format condition item.

See Also