New to Telerik UI for .NET MAUIStart a free 30-day trial

Migrate from Xamarin.Forms ComboBox to .NET MAUI ComboBox

Updated on Jun 29, 2026

The Telerik UI for .NET MAUI ComboBox preserves the same API as its Xamarin counterpart except for the configuration options listed in this article.

The tables in the following sections list any differences between the APIs of the Xamarin.Forms ComboBox and .NET MAUI ComboBox.

Migrate the Namespaces

ControlControl nameC# NamespaceXAML Namespace
Xamarin ComboBoxRadComboBoxusing Telerik.XamarinForms.Input;xmlns:telerikInput="clr-namespace:Telerik.XamarinForms.Input;assembly=Telerik.XamarinForms.Input"
.NET MAUI ComboBoxRadComboBoxusing Telerik.Maui.Controls;xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"

API Changes

Xamarin ComboBox.NET MAUI ComboBox
N/ABorderBrush
N/ASelectionBoxTemplate

See Also