Back to Devexpress

Row Details

wpf-403161-controls-and-libraries-data-grid-visual-elements-common-elements-row-details.md

latest1.3 KB
Original Source

Row Details

  • Aug 09, 2023

Row details allow you to display custom content at the bottom of a row. The TableView.RowDetailsVisibilityMode property specifies how to display row details.

The table below lists the main properties that affect element behavior and appearance.

CharacteristicsMembers
Display ModeTableView.RowDetailsVisibilityMode, TreeListView.RowDetailsVisibilityMode
TemplateTableView.RowDetailsTemplate, TreeListView.RowDetailsTemplate
Template SelectorTableView.RowDetailsTemplateSelector, TreeListView.RowDetailsTemplateSelector

You can also use the master-detail presentation to display detail data. Refer to the following help topic for more information: Master-Detail Data Representation.