Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DevExpress.XtraGrid.Views.Card Namespace

In This Article

Contains classes implementing Card View functionality (CardView).

Assembly: DevExpress.XtraGrid.v24.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

#Classes

Name Description
CardCaptionCustomDrawEventArgs Provides data for the CardView.CustomDrawCardCaption event.
CardCaptionImageEventArgs Provides data for the CardView.CustomCardCaptionImage event.
CardOptionsBehavior Provides behavior options for Card Views.
CardOptionsPrint Provides print/export options for Card Views.
CardOptionsView Provides appearance options for Card Views.
CardView Displays data records as cards, arranged down and then across. Card fields are always arranged in a single column.
CardViewAppearances Provides the appearance settings used to paint the elements in a Card View.
CardViewPrintAppearances Provides the appearance settings used to paint the elements in a Card View when the grid control is printed/exported.
FieldHeightEventArgs Provides data for the CardView.CalcFieldHeight event.

#Delegates

Name Description
CardCaptionCustomDrawEventHandler Represents a method that will handle the CardView.CustomDrawCardCaption event.
CardCaptionImageEventHandler Represents a method that will handle the CardView.CustomCardCaptionImage event.
FieldHeightEventHandler Represents a method that will handle the CardView.CalcFieldHeight event.

#Enums

Name Description
CardState Contains values indicating all available Card View states.
CardVisibleState Contains values representing the visibility state of a card.