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

ASPxCardView.FormatConditions Property

Gets the collection of style format conditions for ASPxCardView.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(null)]
public CardViewFormatConditionCollection FormatConditions { get; }

Property Value

Type Default Description
CardViewFormatConditionCollection *null*

A CardViewFormatConditionCollection object that represents the collection of style format conditions.

Remarks

The Card View has a conditional formatting feature. This can be used to apply appearances to cells that match the specified criteria. The FormatConditions property provides access to the collection of CardViewFormatConditionColorScale, CardViewFormatConditionHighlight, CardViewFormatConditionIconSet and CardViewFormatConditionTopBottom objects.

See Also