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

CardView Class

Displays data records as cards, arranged down and then across. Card fields are always arranged in a single column.

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v24.2.dll

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

#Declaration

public class CardView :
    ColumnView,
    IDataControllerValidationSupport,
    IAccessibleGrid,
    IExternalRowsProvider,
    IProvideNavigationInfo

The following members return CardView objects:

#Remarks

Card Views represent each individual data source record using a card. Data fields are represented by card fields. The image below shows an example.

CardView class

Please refer to the Card and Layout Views topic for information on how to customize cards and their arrangement within the View area.

Note: Card Views do not support many of the features supported by Grid Views (such as data grouping). Additionally, a Card View cannot be a master view if you want to display master-detail data.

See Also