wpf-6093-controls-and-libraries-data-grid-grid-view-data-layout-columns-and-card-fields.md
The GridControl uses records and data fields to display tabular information in Views.
| View | Records | Data Fields |
|---|---|---|
| TableView | Rows | Columns |
| TreeListView | Tree nodes | Columns |
| CardView | Cards | Card fields |
Columns and card fields are encapsulated by GridColumn objects. These objects are stored within the GridControl.Columns collection.
A column consists of the following elements:
The TreeList’s hierarchy column is the first visible column. This column displays expand and collapse buttons. Use the TreeListView.TreeColumnFieldName property to explicitly specify the hierarchy column and move this column and its associated hierarchy information to any position.
A card field consists of the following elements:
For more information on card settings, see Card Settings.
The GridControl‘s TableView and TreeListView allow you to organize columns into logical groups. These groups are called bands. Each band consists of the band header and child columns. The band header is displayed in the bands panel above the band’s child columns.
Refer to the following help topic for more information: Bands.
See Also
Create Columns and Bind Them to Data Properties