Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Data Cells

In This Article

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.

DataCellOverview

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.

WPF_TreeList_ShowTreeIndentAsCellPart

#Concepts

#Examples