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.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
public class CardView :
ColumnView,
IDataControllerValidationSupport,
IAccessibleGrid,
IExternalRowsProvider,
IProvideNavigationInfo
Related API Members
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.
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.