New to Telerik UI for .NET MAUI? Start a free 30-day trial
Updated on Aug 14, 2026
The Telerik UI for .NET MAUI DateTimePicker preserves the same API as its Xamarin counterpart except for the configuration options listed in this article.
| Control | Control name | XAML Namespace | C# Namespace |
|---|
| Xamarin DateTimePicker | RadDateTimePicker | xmlns:telerikInput="clr-namespace:Telerik.XamarinForms.Input;assembly=Telerik.XamarinForms.Input" | using Telerik.XamarinForms.Input; |
| .NET MAUI DateTimePicker | RadDateTimePicker | xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui" | using Telerik.Maui.Controls; |
| Xamarin DateTimePicker | .NET MAUI DateTimePicker |
|---|
SelectorSettings | PopupSettings |
PickerPopupSelectorSettings | PickerPopupSettings |
| - | PickerMode |
| - | DropDownSettings |
| - | PickerDropDownSettings |
| - | IsToggleButtonVisible |
| - | ToggleButtonStyle |
| - | IsClearButtonVisible |
| - | ClearButtonStyle |