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