ASPxCardView.FormatConditions Property
In This Article
Gets the collection of style format conditions for ASPxCardView.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(null)]
public CardViewFormatConditionCollection FormatConditions { get; }
#Property Value
Type | Default | Description |
---|---|---|
Card |
null | A Card |
#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