Skip to main content

MVCxVerticalGridFormatConditionCollection.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.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public VerticalGridFormatConditionIconSet AddIconSet(
    Action<VerticalGridFormatConditionIconSet> method
)

Parameters

Name Type Description
method Action<VerticalGridFormatConditionIconSet>

A delegate method that accepts the created VerticalGridFormatConditionIconSet object as a parameter.

Returns

Type Description
VerticalGridFormatConditionIconSet

An VerticalGridFormatConditionIconSet object that is the newly created format condition item.

See Also