Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

How to: Create a Simple Scheduling Application with RangeControl via the Project Template

In Visual Studio, click New Project and select DXperience v24.2 Windows Forms Application in the invoked dialog. Click OK.

In the invoked wizard, set Command Area to None, Navigation Area to None, and Client Area to Scheduler Control. Position to Client Area and select the Range Control scheduler control view style. Click Create.

RangeControlApplication_ProjectWizard

As a result, you will have an application with SchedulerControl in an unbound mode, and RangeControl providing intuitive date range selection and navigation. Any selection made in RangeControl is synchronized with the scheduler.

RangeControlApplication_ProjectWizard_Result

See Also