MVCxGridViewFormatConditionCollection.AddIconSet(Action<GridViewFormatConditionIconSet>) Method
Creates a new format condition item with the default settings, adds it to the MVCxGridViewFormatConditionCollection collection, and allows you to customize this item in a delegate method implementation.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public GridViewFormatConditionIconSet AddIconSet(
Action<GridViewFormatConditionIconSet> method
)
Parameters
Name | Type | Description |
---|---|---|
method | Action<GridViewFormatConditionIconSet> | A delegate method that accepts the created GridViewFormatConditionIconSet object as a parameter. |
Returns
Type | Description |
---|---|
GridViewFormatConditionIconSet | An GridViewFormatConditionIconSet object that is the newly created format condition item. |
See Also