MVCxVerticalGridFormatConditionCollection.AddTopBottom Method
Name | Parameters | Description |
---|---|---|
AddTopBottom() | none | Creates a new format condition item with the default settings and adds it to the MVCxVerticalGridFormatConditionCollection collection. |
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. |
AddTopBottom(String, GridTopBottomRule, GridConditionHighlightFormat) | fieldName, rule, format | Creates a new format condition item with the specified settings and adds it to the MVCxVerticalGridFormatConditionCollection collection. |