Skip to main content
A newer version of this page is available. .

CardView Class

Presents 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.v19.1.dll

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. They do not allow grouping data. Additionally, end-users are not allowed to access detail Views when displaying master data using a Card View.

See Also