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

GridViewFormatConditionCollection Class

A collection of format conditions in the ASPxGridView control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class GridViewFormatConditionCollection :
    GridFormatConditionCollection

The following members return GridViewFormatConditionCollection objects:

Remarks

The ASPxGridView control stores format conditions in the ASPxGridView.FormatConditions collection. This collection is represented by the GridViewFormatConditionCollection class. Members of this class can be used to add, delete, access individual conditions and perform other common collection management tasks.

Online Demo

Conditional Formatting

See Also