-
Notifications
You must be signed in to change notification settings - Fork 667
Scheduler: describe Hidden Week Days demo #33418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
vladaskorohodova
merged 10 commits into
DevExpress:26_1
from
vladaskorohodova:scheduler-hide-week-days26_1
Apr 28, 2026
+16
−0
Merged
Changes from 3 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
6a645fb
Scheduler: describe Hidden Week Days demo
vladaskorohodova 3ba183f
Merge branch '26_1' into scheduler-hide-week-days26_1
vladaskorohodova 8472eee
Update apps/demos/Demos/Scheduler/HiddenDays/description.md
vladaskorohodova fdcdf19
Update apps/demos/Demos/Scheduler/HiddenDays/description.md
vladaskorohodova 1b4ff88
Minor phrasing fix
vladaskorohodova fc6ddb8
Apply suggestions from code review
vladaskorohodova 61f30a7
Update apps/demos/Demos/Scheduler/HiddenDays/description.md
vladaskorohodova eb719e8
Merge branch '26_1' into scheduler-hide-week-days26_1
vladaskorohodova 4e36e60
Update apps/demos/Demos/Scheduler/HiddenDays/description.md
vladaskorohodova b0cbd50
Merge branch '26_1' into scheduler-hide-week-days26_1
vladaskorohodova File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| This demo illustrates the Scheduler's [hiddenWeekDays](/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/#hiddenWeekDays) property. The property accepts an array of day indexes (0 for Sunday through 6 for Saturday) and removes the specified days from the timetable. The hidden days are excluded from Scheduler views where this option is supported. | ||
|
|
||
| Use the checkboxes in the options panel to toggle day visibility. A validation message appears if you attempt to hide all seven days, since at least one day must remain visible. | ||
| <!--split--> | ||
|
|
||
| To hide specific days of the week, assign an array of day indexes to the [hiddenWeekDays](/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/#hiddenWeekDays) property. The index values follow the JavaScript `Date.getDay()` convention: | ||
|
vladaskorohodova marked this conversation as resolved.
Outdated
|
||
|
|
||
|
vladaskorohodova marked this conversation as resolved.
Outdated
|
||
| - `0` - Sunday | ||
| - `1` - Monday | ||
| - `2` - Tuesday | ||
| - `3` - Wednesday | ||
| - `4` - Thursday | ||
| - `5` - Friday | ||
| - `6` - Saturday | ||
|
|
||
| The property works across multiple view types. Configure the available views with the [views](/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/views/) array and set the initial view with the [currentView](/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/#currentView) property. | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.