• Material 3
  • Fluent
  • Fluent 2
  • Bootstrap 5
  • Tailwind CSS
  • High Contrast
  • Fluent 2 High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Theme Mode
Localization
*Translated by Google Translator.
Currency

Example of Hide Non-Working Days in ASP.NET Core Scheduler Control

This demo depicts the way to show or hide the weekend days of a week on Schedule. The days whichever not specified in working days collections will be taken into consideration as weekend days.

DEMO
SOURCE
Non-Working days

In this demo, the showWeekend property is used either to show or hide the weekend days of a week and it is not applicable on WorkWeek view. By default, it is set to true. The days which are not a part of the working days collection of a Scheduler are usually considered as weekend days here.

Here, the working days are defined as [1, 3, 4, 5] on Schedule. Therefore, the remaining days (0, 2, 6 - Sunday, Tuesday and Saturday) are considered as weekend days and will be hidden from the views as the showWeekend property is set to false.

Transform your ASP.NET Core web apps today with Syncfusion® ASP.NET Core components
85+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE
opens in a new tab