Skip to main content
Tab

CardViewFormatConditionCollection Class

Represents the ASPxCardView’s format conditions collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class CardViewFormatConditionCollection :
    GridFormatConditionCollection

The following members return CardViewFormatConditionCollection objects:

Remarks

The ASPxCardView control stores its style format conditions within the ASPxCardView.FormatConditions collection.

See Also