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

VerticalGridFormatConditionIconSet Class

A grid format condition that allows you to provide grid cells with predefined icons.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class VerticalGridFormatConditionIconSet :
    GridFormatConditionIconSet

Remarks

ASPxVerticalGrid supports conditional formatting, i.e., automatically applies cell formatting based on the specified rules. The ASPxVerticalGrid.FormatConditions property provides access to a collection of rules which are represented by the GridFormatConditionBase class descendants.

Use the VerticalGridFormatConditionIconSet object to create a format condition allowing you to provide grid cells with predefined icons. The conditional formatting is determined for the row specified by the GridFormatConditionBase.FieldName property. By default, the formatting is applied to the same row. The format (icon set) can be specified by the GridFormatConditionIconSet.Format property.

Online Demo

Conditional Formatting

See Also