Back to Devexpress

Appointment Edit Form in DevExpress Scheduler for .NET MAUI

maui-404033-scheduler-and-calendar-scheduler-appointment-edit-form.md

latest1.0 KB
Original Source

Appointment Edit Form in DevExpress Scheduler for .NET MAUI

  • Jul 02, 2024
  • 2 minutes to read

Edit Appointment Page allows users to schedule new events or edit existing appointments. You can specify a gesture (for example, tap or double tap) that invokes this form.

Follow the steps below to set up the scheduler so that is displays the Edit Appointment form when a user taps an appointment or empty cell within the work week view.

  1. Subscribe to the view’s Tap event.

  2. In the event handler:

  3. In the App.xaml.cs file, assign a NavigationPage instance to the Application.MainPage property and add the MainPage content page to the navigation stack (the application’s root page):

The scheduler now displays the Edit Appointment form when a user taps an appointment or empty cell within the work week view.