Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions apps/demos/Demos/Scheduler/HiddenDays/description.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
You will be able to hide specific days in week and month views, for example, weekends or custom day sets.

8 changes: 8 additions & 0 deletions apps/demos/menuMeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3669,6 +3669,14 @@
"/Models/SampleData/AppointmentsWorkHours.cs"
],
"DemoType": "Web"
},
{
"Title": "Hidden Days",
"Name": "HiddenDays",
"Widget": "Scheduler",
"Badge": "Roadmap",
"DemoType": "Web",
"RoadmapSurveyUrl": "https://www.devexpress.com/support/surveys/devextreme-roadmap-2026-hide-specific-days.xml"
}
]
},
Expand Down
Loading