MVCxGridViewFormatConditionCollection<RowType>.AddTopBottom(Expression<Func<RowType, ValueType>>, GridTopBottomRule, GridConditionHighlightFormat) Method
Creates a new format condition item with the specified settings and adds it to the MVCxGridViewFormatConditionCollection<RowType> collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public GridViewFormatConditionTopBottom AddTopBottom(
Expression<Func<RowType, ValueType>> fieldNameExpression,
GridTopBottomRule rule,
GridConditionHighlightFormat format
)
Parameters
Name | Type | Description |
---|---|---|
fieldNameExpression | Expression<Func<RowType, ValueType>> | An expression that identifies the processed data field. |
rule | GridTopBottomRule | One of the GridTopBottomRule enumeration values specifying the format condition rule. |
format | GridConditionHighlightFormat | One of the GridConditionHighlightFormat enumeration values specifying the format applied to cells. |
Returns
Type | Description |
---|---|
GridViewFormatConditionTopBottom | A GridViewFormatConditionTopBottom object that is the newly created format condition item. |
See Also