Back to Devexpress

ASPxCardView.FormatConditions Property

aspnet-devexpress-dot-web-dot-aspxcardview-70aefe5a.md

latest1.8 KB
Original Source

ASPxCardView.FormatConditions Property

Gets the collection of style format conditions for ASPxCardView.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(null)]
public CardViewFormatConditionCollection FormatConditions { get; }
vb
<DefaultValue(Nothing)>
Public ReadOnly Property FormatConditions As CardViewFormatConditionCollection

Property Value

TypeDefaultDescription
CardViewFormatConditionCollectionnull

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

Card View

ASPxCardView Class

ASPxCardView Members

DevExpress.Web Namespace