MVCxCardViewFormatConditionCollection.AddTopBottom(Action<CardViewFormatConditionTopBottom>) Method
In This Article
Creates a new format condition item with the default settings, adds it to the MVCxCardViewFormatConditionCollection 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 CardViewFormatConditionTopBottom AddTopBottom(
Action<CardViewFormatConditionTopBottom> method
)
#Parameters
Name | Type | Description |
---|---|---|
method | Action<Card |
A delegate method that accepts the created Card |
#Returns
Type | Description |
---|---|
Card |
A Card |
See Also