Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerNavigatorButtons.NextPage Property

Specifies the button that scrolls the time View forward in the scheduling area by one resource page.

#Declaration

Delphi
property NextPage: TcxSchedulerNavigatorButton index cxSchedulerNextPageButton read; write;

#Property Value

Type
TcxSchedulerNavigatorButton

#Remarks

The resource page allows scrolling through multiple resources at a time. For example, if three resources per page are specified (see the TcxSchedulerOptionsView.ResourcesPerPage property) then the time View will be scrolled forward by three resources when an end-user clicks the Next Page button. Use the NextPage property to specify the button used to scroll forward one page.

See Also