Data Cells
Views display data using columns and rows (cards in a Card View, nodes in a TreeListView). These elements correspond to bound data source fields and records, respectively. Each row displays data cells arranged in a column layout. Data cells are located at the intersection of rows and columns. Each data cell corresponds to a field value within a record in a data source. Cells are used to display and edit data.
The image below illustrates the cell’s layout in a Table View and Card View.
TreeListView Cell Specifics
You can render tree indents as cell parts or separately from cell content according to the TreeListView.ShowTreeIndentAsCellPart property value. The image below demonstrates the difference.
Concepts
- Obtain and Set Cell Values
- Identifying Rows and Cards
- Obtaining Nodes
- Columns and Card Fields
- Cell Merging