New to Telerik UI for .NET MAUI? Start a free 30-day trial
The
RadListViewcontrol is obsolete and will be removed in Q2 2026. Use the RadCollectionView control instead. TheRadCollectionViewis a complete, ground-up rewrite of the ListView. TheRadCollectionViewoffers improved performance, enhanced features, and a modernized approach to managing lists of data. TheRadCollectionViewincorporates all of the ListView's key features. More about the differences between both components and how to migrate to the newRadCollectionViewis available in the Migrating the Telerik .NET MAUI RadListView to RadCollectionView article.
.NET MAUI ListView Property Group Descriptor
Updated on Mar 11, 2026
You can group the data by a property value from the class that defines your items. This descriptor exposes the following properties:
PropertyName—Defines the string name of the property you want to group by.SortOrder—Defines the sort order in each group to Ascending or Descending.