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

.NET MAUI DataGrid Visual Structure

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

The following image shows the anatomy of the DataGrid.

.NET MAUI DataGrid Visual Structure

Displayed Elements

  • Grouping Panel—Represents the group area that holds the properties the DataGrid is grouped by.
  • 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 Icon—Represents an icon which displays when tapping on the column header. The icon direction points whether the order of the sorting is ascending or descending.
  • Row—Represents the row of the DataGrid.
  • Cell—Represents the cell of the DataGrid.
  • Group Header—Represents the elements inside the group area—the group header and group expand or collapse indicator.
  • Expand/Collapse Indicator for Group—Represents the indicator which shows whether the group is expanded or collapsed.
  • Column—Represents the column in the DataGrid.
  • Column Header Text—Represents the header text in the column.
  • ScrollBar—Represents the ScrollBar.
In this article