Skip to content

Commit

Permalink
DocGen 23_2 result (DevExpress#6831)
Browse files Browse the repository at this point in the history
  • Loading branch information
dxrobot authored Dec 2, 2024
1 parent ee23486 commit 5b49a59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: dxScheduler.Options.currentView
type: Enums.ViewType
type: Enums.ViewType | String
default: 'day'
firedEvents: optionChanged
---
Expand Down
2 changes: 1 addition & 1 deletion api-reference/_hidden/dxSchedulerScrolling/mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ Appointments are loaded into the DOM when they get into the viewport and are the

- Virtual mode is available for all [views](/api-reference/10%20UI%20Components/dxScheduler/1%20Configuration/views '/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/views/') except *"agenda"*.

- Specify the component's [height](/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/#height) if you use virtual scrolling. Do not use relative units for height (it prevents Scheduler from maintaining fixed dimensions for virtual scrolling to work correctly).
- Specify the component's [height](/api-reference/10%20UI%20Components/DOMComponent/1%20Configuration/height.md '/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/#height') if you use virtual scrolling. Do not use relative units for height (it prevents Scheduler from maintaining fixed dimensions for virtual scrolling to work correctly).

[/note]

0 comments on commit 5b49a59

Please sign in to comment.