Getting Started With The .NET MAUI Datetime Slider

Sample date Updated on Jul 17, 2026
datetime-slider dotnet maui slider

A quick-start project that helps you to integrate a DateTime Slider control in the .NET MAUI application by adding the Syncfusion MAUI Sliders package from NuGet. This project contains simple code customizations like how to bind values, set minimum and maximum values with intervals, labels, tooltips, ticks, dividers, and change the orientation.

Refer to the following documentation for the Syncfusion .NET MAUI DateTime Slider Control:

https://help.syncfusion.com/maui/datetime-slider/getting-started

Check out this GitHub example for the Syncfusion .NET MAUI DateTime Slider Control:

https://github.com/syncfusion/maui-demos/tree/master/MAUI/Sliders

Project prerequisites

Make sure that you have the compatible versions of Visual Studio 2022 with the Dot NET MAUI workload and .NET Core SDK 7.0 or later version in your machine before starting to work on this project.

How to run this application

To run this application, you need to first clone the getting-started-with-the-dotnet-maui-datetime-slider repository and then open it in Visual Studio 2022. Now, simply build and run your project to view the output.

Up arrow