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 Class

Implements a collection of the built-in resource navigation buttons.

#Declaration

Delphi
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.

#Inheritance

TObject
TPersistent
TcxSchedulerNavigatorButtons
See Also