Back to Devexpress

CardViewSettings.FormatConditions Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-cardviewsettings-781d01b4.md

latest1.9 KB
Original Source

CardViewSettings.FormatConditions Property

Provides access to a collection of format condition rules.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public MVCxCardViewFormatConditionCollection FormatConditions { get; }
vb
Public ReadOnly Property FormatConditions As MVCxCardViewFormatConditionCollection

Property Value

TypeDescription
MVCxCardViewFormatConditionCollection

An MVCxCardViewFormatConditionCollection object that is a collection of rules.

|

Remarks

The FormatConditions property provides access to a collection of rules, which can be represented by the following classes.

Online Demo

Conditional Formatting

See Also

CardViewSettings Class

CardViewSettings Members

DevExpress.Web.Mvc Namespace