VerticalGridFormatConditionIconSet Class
A grid format condition that allows you to provide grid cells with predefined icons.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return VerticalGridFormatConditionIconSet objects:
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.