aspnet-devexpress-dot-web-dot-aspxcardview-70aefe5a.md
Gets the collection of style format conditions for ASPxCardView.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(null)]
public CardViewFormatConditionCollection FormatConditions { get; }
<DefaultValue(Nothing)>
Public ReadOnly Property FormatConditions As CardViewFormatConditionCollection
| Type | Default | Description |
|---|---|---|
| CardViewFormatConditionCollection | null |
A CardViewFormatConditionCollection object that represents the collection of style format conditions.
|
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