ASPxCardView.FormatConditions Property
Gets the collection of style format conditions for ASPxCardView.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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