aspnet-devexpress-dot-web-043db95f.md
Represents the ASPxCardView’s format conditions collection.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class CardViewFormatConditionCollection :
GridFormatConditionCollection
Public Class CardViewFormatConditionCollection
Inherits GridFormatConditionCollection
The following members return CardViewFormatConditionCollection objects:
The ASPxCardView control stores its style format conditions within the ASPxCardView.FormatConditions collection.
DevExpress.Utils.IAssignableCollection
IList<GridFormatConditionBase>
ICollection<GridFormatConditionBase>
IEnumerable<GridFormatConditionBase>
Object StateManagedCollectionBase Collection Collection<GridFormatConditionBase> GridFormatConditionCollection CardViewFormatConditionCollection MVCxCardViewFormatConditionCollection<CardType>
MVCxCardViewFormatConditionCollection
See Also