windowsforms-devexpress-dot-xtragrid-dot-views-dot-card.md
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.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
public class CardView :
ColumnView,
IDataControllerValidationSupport,
IAccessibleGrid,
IExternalRowsProvider,
IProvideNavigationInfo
Public Class CardView
Inherits ColumnView
Implements IDataControllerValidationSupport,
IAccessibleGrid,
IExternalRowsProvider,
IProvideNavigationInfo
The following members return CardView objects:
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.
Object MarshalByRefObject Component BaseView ColumnView CardView
See Also