New to Telerik UI for .NET MAUI? Start a free 30-day trial

.NET MAUI TreeDataGrid Visual Structure

The visual structure of the .NET MAUI TreeDataGrid represents the anatomy of the UI control. Being familiar with the visual elements of the TreeDataGrid allows you to quickly find the information required to configure them.

The following image shows the anatomy of the TreeDataGrid.

.NET MAUI TreeDataGrid Visual Structure

Displayed Elements

  • Search Panel—Represents the area with all search related elements as follow:
    • Entry for the search texts—Represents an entry control where the end user can enter the search term.
    • Search Options to choose from, such as whether to match the case, or whether to filter the results.
  • Filter Icons—Represents an icon that allows opening the filtering UI.
  • Sort Indicator—Represents an icon which displays when tapping on the column header and sorting is enabled. The icon direction points whether the order of the sorting is ascending or descending.
  • Row—Represents the row of the TreeDataGrid.
  • Cell—Represents the cell of the TreeDataGrid.
  • Group Header—Represents the elements inside the group area—the group header and group expand or collapse indicator.
  • Expand/Collapse Indicator—Represents the expand/collapse indicator. The presence of this element indicates that the item has children.
  • Level Indentation—Represents hierarchical data.
  • Column—Represents the column in the TreeDataGrid.
  • Column Header Text—Represents the header text in the column.
  • ScrollBar—Represents the ScrollBar.
In this article