TcxSchedulerNavigatorButtons.PrevPage Property
Specifies the button that scrolls the time View backward in the scheduling area by one resource page.
Declaration
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