TcxSchedulerNavigatorButtons Class
Implements a collection of the built-in resource navigation buttons.
Declaration
TcxSchedulerNavigatorButtons = class(
TPersistent
)
Remarks
To access the built-in button instances the TcxSchedulerNavigatorButtons class declares properties for each built-in button:
the First and Last properties specify the buttons that scroll the time View to the first or last resource, respectively;
the Next and Prev properties specify the buttons that scroll the time View one resource forward or backward, respectively;
the NextPage and PrevPage properties specify the buttons that scroll the time View one resource page forward or backward, respectively (see the TcxSchedulerOptionsView.ResourcesPerPage property);
the ShowFewerResources and ShowMoreResources properties specify the buttons that decrement or increment the visible resources one at a time, respectively.
In addition, the TcxSchedulerNavigatorButtons class exposes the Buttons property of the TcxSchedulerNavigatorCustomButtons type. This property represents a collection of the above built-in buttons that can be assigned to the custom buttons collection (see the TcxSchedulerResourceNavigator.CustomButtons property). As a result the built-in buttons will change their location within the resource navigator.
The TcxSchedulerResourceNavigator.Buttons property references a TcxSchedulerNavigatorButtons object.