CardViewFormatConditionCollection Class
In This Article
Represents the ASPxCardView’s format conditions collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class CardViewFormatConditionCollection :
GridFormatConditionCollection
#Related API Members
The following members return CardViewFormatConditionCollection objects:
#Remarks
The ASPxCardView control stores its style format conditions within the ASPxCardView.FormatConditions collection.
#Implements
DevExpress.Utils.IAssignableCollection
#Inheritance
See Also