Skip to main content
A newer version of this page is available. .

MVCxGridViewFormatConditionCollection<RowType> Class

A collection of format conditions in the GridView extension.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc.v17.2.dll

Declaration

public class MVCxGridViewFormatConditionCollection<RowType> :
    MVCxGridViewFormatConditionCollection

Type Parameters

Name
RowType

Remarks

The GridView extension stores format conditions in the GridViewSettings<RowType>.FormatConditions collection. This collection is represented by the MVCxGridViewFormatConditionCollection<RowType> class. Members of this class can be used to add, delete, access individual conditions and perform other common collection management tasks.

Note

View the Demo To see the conditional formatting feature in action, please refer to the following online demo: Conditional Formatting

See Also