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

Breaking Changes in Version 2.0.0

This article lists the breaking changes introduced with the Telerik UI for .NET MAUI 2.0.0 release version.

Common Changes

The table shows the changes applied to the namespaces used in the Telerik .NET MAUI controls:

Previous Namespace Current Namespace
Telerik.XamarinForms.* Telerik.Maui.Controls.Compatibility.*
Telerik.XamarinForms.DataControls.ListView.DelegateFilterDescriptor Telerik.Maui.Controls.Compatibility.DataControls.ListView.ListViewDelegateFilterDescriptor
Telerik.XamarinForms.DataControls.ListView.DelegateGroupDescriptor Telerik.Maui.Controls.Compatibility.DataControls.ListView.ListViewDelegateGroupDescriptor
Telerik.XamarinForms.DataControls.ListView.DelegateSortDescriptor Telerik.Maui.Controls.Compatibility.DataControls.ListView.ListViewDelegateSortDescriptor
Telerik.XamarinForms.DataControls.ListView.PropertyGroupDescriptor Telerik.Maui.Controls.Compatibility.DataControls.ListView.ListViewPropertyGroupDescriptor
Telerik.XamarinForms.DataControls.ListView.PropertySortDescriptor Telerik.Maui.Controls.Compatibility.DataControls.ListView.ListViewPropertySortDescriptor
In this article