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

Migrating the TimeSpanPicker from Xamarin to .NET MAUI

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

Migrating the Namespaces

Control Control name XAML Namespcace C# Namespace
Xamarin TimeSpanPicker RadTimeSpanPicker xmlns:telerikInput="clr-namespace:Telerik.XamarinForms.Input;assembly=Telerik.XamarinForms.Input" using Telerik.XamarinForms.Input;
.NET MAUI TimeSpanPicker RadTimeSpanPicker xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"` using Telerik.Maui.Controls;

Modifying the API

Xamarin TimeSpanPicker .NET MAUI TimeSpanPicker
SelectorSettings PopupSettings
PickerPopupSelectorSettings PickerPopupSettings
- PickerMode
- DropDownSettings
- PickerDropDownSettings
- IsToggleButtonVisible
- ToggleButtonStyle
- IsClearButtonVisible
- ClearButtonStyle

See Also

In this article