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