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.PrevPage Property

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

#Declaration

Delphi
property PrevPage: TcxSchedulerNavigatorButton index cxSchedulerPrevPageButton 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 backwards by three resources when an end-user clicks the Previous Page button.

Use the PrevPage property to specify the button used to scroll backwards by a page.

See Also