Back to Devexpress

VerticalGridFormatConditionIconSet Class

aspnet-devexpress-dot-web-6a05440d.md

latest3.8 KB
Original Source

VerticalGridFormatConditionIconSet Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class VerticalGridFormatConditionIconSet :
    GridFormatConditionIconSet
vb
Public Class VerticalGridFormatConditionIconSet
    Inherits GridFormatConditionIconSet

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.

Online Demo

Conditional Formatting

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem GridFormatConditionBase GridFormatConditionIndicatorBase GridFormatConditionIconSet VerticalGridFormatConditionIconSet

See Also

VerticalGridFormatConditionIconSet Members

Conditional Formatting

DevExpress.Web Namespace