MVCxVerticalGridFormatConditionCollection.AddTopBottom(Action<VerticalGridFormatConditionTopBottom>) 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.v24.2.dll
Declaration
public VerticalGridFormatConditionTopBottom AddTopBottom(
Action<VerticalGridFormatConditionTopBottom> method
)
Parameters
Name | Type | Description |
---|---|---|
method | Action<VerticalGridFormatConditionTopBottom> | A delegate method that accepts the created VerticalGridFormatConditionTopBottom object as a parameter. |
Returns
Type | Description |
---|---|
VerticalGridFormatConditionTopBottom | An VerticalGridFormatConditionTopBottom object that is the newly created format condition item. |
See Also